From b8156be03f71c53072c7126bb418410acbef6c81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jul 2012 02:41:16 +0200 Subject: journal: replace implicit flushing of journal by explicit one The old automatism that the flushing of the journal from /run to /var was triggered by the appearance of /var/log/journal is broken if that directory is mounted from another host and hence always available to be useful as mount point. To avoid probelsm with this, introduce a new unit that is explicitly orderer after all mounte files systems and triggers the flushing. --- units/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'units/.gitignore') diff --git a/units/.gitignore b/units/.gitignore index 544994da4..de5117914 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,3 +1,4 @@ +/systemd-journal-flush.service /systemd-hibernate.service /systemd-suspend.service /console-getty.service -- cgit v1.2.3