This file is indexed.

/lib/systemd/system/sympa.service is in sympa 6.2.24~dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Unit]
Description=SYMPA mailing list manager
Wants=sympa-bulk.service sympa-archived.service sympa-bounced.service sympa-task_manager.service
Documentation=man:sympa_msg(8)

[Service]
User=sympa
Group=sympa

PermissionsStartOnly=true
ExecStartPre=-/bin/mkdir -p /run/sympa
ExecStartPre=-/bin/chown sympa:sympa /run/sympa

Type=forking
ExecStart=/usr/lib/sympa/bin/sympa_msg.pl
PIDFile=/run/sympa/sympa_msg.pid

Restart=always
RestartSec=15

PrivateTmp=true

[Install]
WantedBy=multi-user.target