[systemd-bugs] [Bug 62958] systemd floods its own logs and eats the all the CPU
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Apr 14 05:32:32 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62958
--- Comment #1 from Simon Peeters <peeters.simon at gmail.com> ---
Could it be that your syslog-ng.service file is missing a
"RestartPreventExitStatus=" line?
if syslog-ng uses the exit values from sysexits.h it sould be:
[Service]
RestartPreventExitStatus=78
this will prevent systemd from restarting your service when it exits with code
78 (EX_CONFIG). see systemd.service(5) for more details
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130414/1155890e/attachment.html>
More information about the systemd-bugs
mailing list