]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fsck-root.service.in
mount: pull in quota services from local mountpoints with usr/grpquota options
[thirdparty/systemd.git] / units / 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
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=File System Check on Root Device
10DefaultDependencies=no
11After=systemd-readahead-collect.service systemd-readahead-replay.service
12Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service
13
7a57b332 14# Dracut informs us with this flag file if the root fsck was already run
7d640cdf 15ConditionPathExists=!/dev/.run/initramfs/root-fsck
7a57b332 16
335aa753
LP
17[Service]
18Type=oneshot
19RemainAfterExit=no
20ExecStart=@rootlibexecdir@/systemd-fsck
48774cf6 21StandardOutput=syslog+console
2ba545f1 22FsckPassNo=1
80f7378c 23TimeoutSec=0