mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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.
|
'select' to the base RPM package.
|
||||||
2018-11-02 Fred Gleason <fredg@paravelsystems.com>
|
2018-11-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 3.0.0alpha03.
|
* 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]
|
[Unit]
|
||||||
Description=Rivendell Radio Automation System
|
Description=Rivendell Radio Automation System
|
||||||
After=network.target remote-fs.target nss-lookup.target
|
After=network.target remote-fs.target nss-lookup.target
|
||||||
#Documentation=man:drouterd(8) man:dmap(1) man:dlist(1)
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=@prefix@/sbin/rdservice
|
ExecStart=@prefix@/sbin/rdservice
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=2
|
||||||
RestartLimitInterval=120
|
RestartLimitInterval=120
|
||||||
StartLimitBurst=10
|
StartLimitBurst=50
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user