Rivendellaudio/systemd/rivendell.service.in
Fred Gleason e39a0e4d00 2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Modified the boot system to use SystemD.
2018-08-10 07:16:15 -04:00

14 lines
291 B
SYSTEMD

[Unit]
Description=Rivendell Radio Automation System
After=network.target remote-fs.target nss-lookup.target
#Documentation=man:drouterd(8) man:dmap(1) man:dlist(1)
[Service]
Type=simple
ExecStart=@prefix@/sbin/rdservice
PrivateTmp=true
Restart=always
[Install]
WantedBy=multi-user.target