rsyslog: Don't disable systemd StartLimit
It is undesirable to have a service restart continually forever if it
gets stuck in a failure loop. This workaround was added due to
"RestartUnit" being ignored if the rsyslog unit had already failed. A
fix to the "RestartUnit" logic has been added, so that the StartLimit is
reset after a configuration change but before calling "RestartUnit".
This will ensure restarts are reliable after configuration change, but
we don't have rsyslog trying to restart indefinitely.
Change-Id: I8d2d8ec3b2c5b024dbf8e7cda6089e398a819c96
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed