mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +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:
@@ -17977,3 +17977,7 @@
|
||||
'select' to the base RPM package.
|
||||
2018-11-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version to 3.0.0alpha03.
|
||||
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.
|
||||
|
@@ -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