Rivendellaudio/systemd/rivendell.service.in
Fred Gleason d964aaa87b 2021-04-13 David Klann <dklann@broadcasttool.com>
* Changed the way in which the VU Meter UDP port is chosen. One
       can now specify the base port number and the maximum number of UDP
       ports to consider when caed(8) sets up the VU meter port.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2021-04-14 11:37:36 -04:00

17 lines
308 B
SYSTEMD

[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