mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-25 22:25:59 +02:00
* Tweaked parameters of the Systemd service file to provide for more response startup of the 'rivendell' service after a system restart.
16 lines
292 B
SYSTEMD
16 lines
292 B
SYSTEMD
[Unit]
|
|
Description=Rivendell Radio Automation System
|
|
After=network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@prefix@/sbin/rdservice
|
|
PrivateTmp=true
|
|
Restart=always
|
|
RestartSec=2
|
|
RestartLimitInterval=120
|
|
StartLimitBurst=50
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|