]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-flush.service.in
shell-completion: replace "gdb" verb with "debug" for coredumpctl
[thirdparty/systemd.git] / units / systemd-journal-flush.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
b8156be0
LP
3# This file is part of systemd.
4#
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.
9
10[Unit]
a65b8245 11Description=Flush Journal to Persistent Storage
b8156be0
LP
12Documentation=man:systemd-journald.service(8) man:journald.conf(5)
13DefaultDependencies=no
14Requires=systemd-journald.service
919699ec 15After=systemd-journald.service
1f1926aa 16After=systemd-remount-fs.service
74055aa7 17Before=systemd-user-sessions.service systemd-tmpfiles-setup.service
919699ec 18RequiresMountsFor=/var/log/journal
b8156be0
LP
19
20[Service]
74055aa7 21ExecStart=@rootbindir@/journalctl --flush
b8156be0 22Type=oneshot
74055aa7 23RemainAfterExit=yes
75f709fb 24TimeoutSec=90s