/lib/systemd/system/sympa-bulk.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 (bulk)
PartOf=sympa.service
Documentation=man:bulk(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/bulk.pl
PIDFile=/run/sympa/bulk.pid
Restart=always
RestartSec=15
PrivateTmp=true
[Install]
WantedBy=multi-user.target
|