diff options
author | William A. Kennington III <wak@google.com> | 2019-04-02 01:56:52 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-05 04:04:01 +0300 |
commit | 946a253ad22a10ca4c17a2fef73bd156bf809103 (patch) | |
tree | 98caa14ade99f884abb6b8fb79f2a6dea313a51b /meta-phosphor | |
parent | 66d0c8e8e96936934f1685ec07092f81e45a61e1 (diff) | |
download | openbmc-946a253ad22a10ca4c17a2fef73bd156bf809103.tar.xz |
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.
(From meta-phosphor rev: c82d32f8e6993f83ddda35dd1a2152eca8188408)
Change-Id: I719489ceadfadb3cca71bbdbb1697fa83cad2e2f
Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/recipes-extended/rsyslog/files/rsyslog-override.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-extended/rsyslog/files/rsyslog-override.conf b/meta-phosphor/recipes-extended/rsyslog/files/rsyslog-override.conf index faeeae0c4..458f52f27 100644 --- a/meta-phosphor/recipes-extended/rsyslog/files/rsyslog-override.conf +++ b/meta-phosphor/recipes-extended/rsyslog/files/rsyslog-override.conf @@ -1,6 +1,3 @@ [Unit] -# This service is restarted when an rsyslog property is set, so -# disable rate limiting to allow it to always be restarted. -StartLimitIntervalSec=0 # This file exists only if remote logging has been configured ConditionPathExists=/etc/rsyslog.d/server.conf |