This file is indexed.

/lib/systemd/system/sympa-archived.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 (archived)
PartOf=sympa.service
Documentation=man:archived(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/archived.pl
PIDFile=/run/sympa/archived.pid

Restart=always
RestartSec=15

PrivateTmp=true

[Install]
WantedBy=multi-user.target