2018-11-21 Fred Gleason <fredg@paravelsystems.com>

* Fixed a typo in the systemd unit file that caused an
	"Unknown lvalue 'RestartLimitInterval' in section 'Service'" warning
	to be generated when installing the base RPM.
This commit is contained in:
Fred Gleason 2018-11-21 07:39:50 -05:00
parent bcb96c2bda
commit ce560d1c25
2 changed files with 5 additions and 1 deletions

View File

@ -18043,3 +18043,7 @@
the 'rivendell' RPM package.
2018-11-21 Patrick Linstruth <patrick@deltecent.com>
* Add rddbmgr '--generate-audio' switch to INSTALL documentation.
2018-11-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in the systemd unit file that caused an
"Unknown lvalue 'RestartLimitInterval' in section 'Service'" warning
to be generated when installing the base RPM.

View File

@ -8,7 +8,7 @@ ExecStart=@prefix@/sbin/rdservice
PrivateTmp=true
Restart=always
RestartSec=2
RestartLimitInterval=120
StartLimitInterval=120
StartLimitBurst=50
[Install]