Rivendellaudio/systemd/rivendell.service.in
Fred Gleason 57b6506e46 2024-06-10 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Wants=' rule from the 'rivendell' Systemd service.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2024-06-10 17:42:25 -04: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