]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-fsck-root.service.in
man: document systemd-fsck
[thirdparty/systemd.git] / units / systemd-fsck-root.service.in
CommitLineData
335aa753
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
335aa753
LP
6# (at your option) any later version.
7
8[Unit]
9Description=File System Check on Root Device
a32f224a 10Documentaiton=man:systemd-fsck@.service(8)
335aa753
LP
11DefaultDependencies=no
12After=systemd-readahead-collect.service systemd-readahead-replay.service
42549a5a 13Before=local-fs.target shutdown.target
335aa753 14
7a57b332 15# Dracut informs us with this flag file if the root fsck was already run
2b583ce6 16ConditionPathExists=!/run/initramfs/root-fsck
2c8049f3 17ConditionPathIsReadWrite=!/
7a57b332 18
335aa753
LP
19[Service]
20Type=oneshot
21RemainAfterExit=no
22ExecStart=@rootlibexecdir@/systemd-fsck
4cfa2c99 23StandardOutput=journal+console
2ba545f1 24FsckPassNo=1
80f7378c 25TimeoutSec=0