| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Flush Journal to Persistent Storage |
| 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 |
|
|
| [Service] |
| ExecStart=@rootbindir@/journalctl --flush |
| Type=oneshot |
| RemainAfterExit=yes |
| TimeoutSec=90s |