mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2018-11-05 Fred Gleason <fredg@paravelsystems.com>
* Tweaked parameters of the Systemd service file to provide for more response startup of the 'rivendell' service after a system restart.
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
[Unit]
|
||||
Description=Rivendell Radio Automation System
|
||||
After=network.target remote-fs.target nss-lookup.target
|
||||
#Documentation=man:drouterd(8) man:dmap(1) man:dlist(1)
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@prefix@/sbin/rdservice
|
||||
PrivateTmp=true
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
RestartSec=2
|
||||
RestartLimitInterval=120
|
||||
StartLimitBurst=10
|
||||
StartLimitBurst=50
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user