<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd floods its own logs and eats the all the CPU"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62958#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd floods its own logs and eats the all the CPU"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62958">bug 62958</a>
              from <span class="vcard"><a class="email" href="mailto:peeters.simon@gmail.com" title="Simon Peeters <peeters.simon@gmail.com>"> <span class="fn">Simon Peeters</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>