Rivendellaudio/systemd/rivendell.service.in
Fred Gleason 8d182fd504 2021-07-31 Fred Gleason <fredg@paravelsystems.com>
* Added a warning to files derived by the build system.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-07-31 13:26:54 -04:00

19 lines
341 B
SYSTEMD

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