systemd-fsck-root.service.in | systemd-fsck-root.service.in | |||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
# under the terms of the GNU Lesser General Public License as published by | # under the terms of the GNU Lesser General Public License as published by | |||
# the Free Software Foundation; either version 2.1 of the License, or | # the Free Software Foundation; either version 2.1 of the License, or | |||
# (at your option) any later version. | # (at your option) any later version. | |||
[Unit] | [Unit] | |||
Description=File System Check on Root Device | Description=File System Check on Root Device | |||
Documentation=man:systemd-fsck-root.service(8) | Documentation=man:systemd-fsck-root.service(8) | |||
DefaultDependencies=no | DefaultDependencies=no | |||
After=systemd-readahead-collect.service systemd-readahead-replay.service | After=systemd-readahead-collect.service systemd-readahead-replay.service | |||
Before=local-fs.target shutdown.target | Before=local-fs.target shutdown.target | |||
ConditionPathIsReadWrite=!/ | ConditionPathIsReadWrite=!/ | |||
[Service] | [Service] | |||
Type=oneshot | Type=oneshot | |||
RemainAfterExit=yes | RemainAfterExit=yes | |||
ExecStart=@rootlibexecdir@/systemd-fsck | ExecStart=@rootlibexecdir@/systemd-fsck | |||
StandardOutput=journal+console | StandardOutput=journal+console | |||
TimeoutSec=0 | TimeoutSec=0 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |