Rivendellaudio/systemd/rivendell.service.in
Fred Gleason 7aa5785368 2018-11-05 Fred Gleason <fredg@paravelsystems.com>
* Tweaked parameters of the Systemd service file to provide for
	more response startup of the 'rivendell' service after a system
	restart.
2018-11-05 20:22:31 -05:00

16 lines
292 B
SYSTEMD

[Unit]
Description=Rivendell Radio Automation System
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
ExecStart=@prefix@/sbin/rdservice
PrivateTmp=true
Restart=always
RestartSec=2
RestartLimitInterval=120
StartLimitBurst=50
[Install]
WantedBy=multi-user.target