Rivendellaudio/systemd/rivendell.service.in
Fred Gleason ce560d1c25 2018-11-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in the systemd unit file that caused an
	"Unknown lvalue 'RestartLimitInterval' in section 'Service'" warning
	to be generated when installing the base RPM.
2018-11-21 07:39:50 -05:00

16 lines
290 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
StartLimitInterval=120
StartLimitBurst=50
[Install]
WantedBy=multi-user.target