mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 08:31:41 +02:00
* 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>
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
|