mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
* Added a 'ServiceStartDelay=' directive to the '[Tuning]' section of rd.conf(5). * Added 'sound.target' to the 'After=' directive in 'systemd/rivendell.service.in'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
20 lines
396 B
SYSTEMD
20 lines
396 B
SYSTEMD
@GENERATED_SCRIPT_FILE_WARNING@
|
|
|
|
[Unit]
|
|
Description=Rivendell Radio Automation System
|
|
After=network.target remote-fs.target nss-lookup.target sound.target
|
|
|
|
[Service]
|
|
LimitNOFILE=4096
|
|
Type=simple
|
|
ExecStart=@prefix@/sbin/rdservice
|
|
Environment=JACK_PROMISCUOUS_SERVER=audio
|
|
PrivateTmp=false
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=120
|
|
StartLimitBurst=50
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|