Rivendellaudio/systemd/rivendell.service.in
Fred Gleason b59e3b8479 2022-12-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'ServiceStartDelay=' directive to the '[Tuning]' section
	of rd.conf(5).
	* Added 'sound.target' to the 'After=' directive in
	'systemd/rivendell.service.in'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2022-12-24 11:15:48 -05:00

20 lines
396 B
SYSTEMD

@GENERATED_SCRIPT_FILE_WARNING@
[Unit]
Description=Rivendell Radio Automation System
After=network.target remote-fs.target nss-lookup.target sound.target
[Service]
LimitNOFILE=4096
Type=simple
ExecStart=@prefix@/sbin/rdservice
Environment=JACK_PROMISCUOUS_SERVER=audio
PrivateTmp=false
Restart=always
RestartSec=2
StartLimitInterval=120
StartLimitBurst=50
[Install]
WantedBy=multi-user.target