summaryrefslogtreecommitdiff
path: root/units/systemd-journal-flush.service.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-02 21:45:42 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-02 21:52:56 -0500
commit1f1926aa5e836caa3bd6df43704aecd606135103 (patch)
treeec8f000e12b1c2d2c53ab951ff51ffa70bc65812 /units/systemd-journal-flush.service.in
parent3b0217036040a6013faeab4eb9da7469e3bbcfb3 (diff)
units: order sd-journal-flush after sd-remount-fs
Otherwise we could attempt to flush the journal while /var/log/ was still ro, and silently skip journal flushing. The way that errors in flushing are handled should still be changed to be more transparent and robust.
Diffstat (limited to 'units/systemd-journal-flush.service.in')
-rw-r--r--units/systemd-journal-flush.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-journal-flush.service.in b/units/systemd-journal-flush.service.in
index fa290897d6..98c91b4bc5 100644
--- a/units/systemd-journal-flush.service.in
+++ b/units/systemd-journal-flush.service.in
@@ -11,6 +11,7 @@ Documentation=man:systemd-journald.service(8) man:journald.conf(5)
DefaultDependencies=no
Requires=systemd-journald.service
After=systemd-journald.service
+After=systemd-remount-fs.service
Before=systemd-user-sessions.service systemd-tmpfiles-setup.service
RequiresMountsFor=/var/log/journal