mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-02 09:02:34 +02:00
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:
parent
bcb96c2bda
commit
ce560d1c25
@ -18043,3 +18043,7 @@
|
|||||||
the 'rivendell' RPM package.
|
the 'rivendell' RPM package.
|
||||||
2018-11-21 Patrick Linstruth <patrick@deltecent.com>
|
2018-11-21 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Add rddbmgr '--generate-audio' switch to INSTALL documentation.
|
* 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.
|
||||||
|
@ -8,7 +8,7 @@ ExecStart=@prefix@/sbin/rdservice
|
|||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
RestartLimitInterval=120
|
StartLimitInterval=120
|
||||||
StartLimitBurst=50
|
StartLimitBurst=50
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user