Blob Blame History Raw
[Unit]
Description=The SvxLink remote transceiver daemon
After=network.target

[Service]
Type=forking
PIDFile=/run/svxlink/remotetrx.pid
Environment=HOME=/var/run/svxlink
EnvironmentFile=/etc/sysconfig/remotetrx
ExecStart=/usr/bin/remotetrx --daemon --logfile=${LOGFILE} --config=${CFGFILE} --runasuser=${USER} --pidfile=/run/svxlink/remotetrx.pid
PrivateTmp=true

[Install]
WantedBy=multi-user.target