]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-journal-flush.service.in
Merge pull request #7476 from jhxie/ycm-meson-backend
[thirdparty/systemd.git] / units / systemd-journal-flush.service.in
index fa290897d60d588fe3ff132e75477e2bb5e4226f..439f5f3f76d5056e4dda593cfb24358004609af3 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -11,6 +13,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
 
@@ -18,3 +21,4 @@ RequiresMountsFor=/var/log/journal
 ExecStart=@rootbindir@/journalctl --flush
 Type=oneshot
 RemainAfterExit=yes
+TimeoutSec=90s