mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 23:18:59 +02:00
Parameterize values used for allocating the UDP port number for VU meters. Signed-off-by: David Klann <dklann@broadcasttool.com>
17 lines
308 B
SYSTEMD
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
|