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:
Fred Gleason
2018-11-05 20:22:31 -05:00
parent f79bd30915
commit 7aa5785368
2 changed files with 6 additions and 3 deletions

View File

@@ -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.

View File

@@ -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