/lib/systemd/system/svxreflector.service is in svxreflector 17.12.1-2.
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 | ;;;;; Author: Richard Neese<kb3vgw@gmail.com>
[Unit]
Description=SvxLink Reflector server software
Documentation=man:svxreflector(1)
After=network.target remote-fs.target time.target
[Service]
[Service]
Type=simple
User=svxlink
Group=daemon
EnvironmentFile=-/etc/default/svxreflector
Environment=CFGFILE=/etc/svxlink/svxreflector.conf
RuntimeDirectory=svxlink
ExecStart=/usr/bin/svxreflector --config $CFGFILE
ExecReload=/bin/kill -s HUP $MAINPID
Restart=on-failure
TimeoutStartSec=60
[Install]
WantedBy=multi-user.target
|