Rivendellaudio/systemd/rivendell.service.in
David Klann f43530a1d1 VU Meters update.
Parameterize values used for allocating the UDP port number for VU meters.

Signed-off-by: David Klann <dklann@broadcasttool.com>
2021-04-12 16:09:53 -05: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