udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / units / systemd-journal-flush.service
blob8c01587cad81505c127616425f3e08c03db4a319
1 #  SPDX-License-Identifier: LGPL-2.1-or-later
3 #  This file is part of systemd.
5 #  systemd is free software; you can redistribute it and/or modify it
6 #  under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation; either version 2.1 of the License, or
8 #  (at your option) any later version.
10 [Unit]
11 Description=Flush Journal to Persistent Storage
12 Documentation=man:systemd-journald.service(8) man:journald.conf(5)
14 ConditionPathExists=!/etc/initrd-release
16 DefaultDependencies=no
17 After=systemd-remount-fs.service
18 Before=systemd-tmpfiles-setup.service
19 Wants=systemd-journald.service
20 After=systemd-journald.service
21 RequiresMountsFor=/var/log/journal
23 [Service]
24 ExecStart=journalctl --flush
25 ExecStop=journalctl --smart-relinquish-var
26 Type=oneshot
27 RemainAfterExit=yes
28 TimeoutSec=90s