Rivendellaudio/systemd/rivendell.service.in
Fred Gleason a01db97907 2023-12-22 Fred Gleason <fredg@paravelsystems.com>
* Added 'Wants-hpklinux.service' to the 'rivendell' SystemD
	service definition.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2023-12-22 13:43:46 -05:00

21 lines
419 B
SYSTEMD

@GENERATED_SCRIPT_FILE_WARNING@
[Unit]
Description=Rivendell Radio Automation System
After=network.target remote-fs.target nss-lookup.target sound.target
Wants=hpklinux.service
[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