diff --git a/ChangeLog b/ChangeLog index 3ea04b1b..971aa5cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17977,3 +17977,7 @@ 'select' to the base RPM package. 2018-11-02 Fred Gleason * Incremented the package version to 3.0.0alpha03. +2018-11-05 Fred Gleason + * Tweaked parameters of the Systemd service file to provide for + more response startup of the 'rivendell' service after a system + restart. diff --git a/systemd/rivendell.service.in b/systemd/rivendell.service.in index 551d3015..1fbc2955 100644 --- a/systemd/rivendell.service.in +++ b/systemd/rivendell.service.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