systemd-fsck-root.service.in revision 66f2ff06ca4ee5ea686b884e2923a31832ad8fe4
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# This file is part of systemd.
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# systemd is free software; you can redistribute it and/or modify it
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# under the terms of the GNU Lesser General Public License as published by
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# the Free Software Foundation; either version 2.1 of the License, or
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi# (at your option) any later version.
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi[Unit]
82178a3043043b8813c0d7288a06ca1b7d110d4atakashiDescription=File System Check on Root Device
Documentation=man:systemd-fsck-root.service(8)
DefaultDependencies=no
Wants=systemd-fsckd.socket
Before=local-fs.target shutdown.target
After=systemd-fsckd.socket
ConditionPathIsReadWrite=!/
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-fsck
TimeoutSec=0