Rivendellaudio/systemd/rivendell.service.in
Fred Gleason 83bd2dcd77 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Modified rdservice(8) to log errors to syslog.
	* Added an rdservice(8) man page.
	* Modified 'systemd/rivendell.service.in' to enable automatic
	start retries.
2018-10-19 15:26:14 -04:00

17 lines
349 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
RestartSec=10
RestartLimitInterval=120
StartLimitBurst=10
[Install]
WantedBy=multi-user.target