chiark / gitweb /
execute: robustness against journald failures
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 15 Feb 2013 21:43:23 +0000 (22:43 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Sat, 16 Feb 2013 00:18:02 +0000 (01:18 +0100)
Almost every unit logs to the journal. If journald gets a permanent
failure, units would not be able to start (exit code 209/STDOUT).

Add a fallback to /dev/null to avoid making the system entirely
unusable in such a case.


No differences found