diff options
author | Thomas Bächler <thomas@archlinux.org> | 2013-09-30 01:34:46 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-19 12:23:17 +0200 |
commit | 4952a9beff339b75641a7a84c226c11d6bd680c4 (patch) | |
tree | a98b54f235fffb96606d54e655a89f2d141e8a68 /units | |
parent | 4c8bda2442bfc6d84a5deb241dc29efcb81bf3af (diff) |
Remove FsckPassNo from systemd-fsck-root.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-fsck-root.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in index 4388314079..416298335a 100644 --- a/units/systemd-fsck-root.service.in +++ b/units/systemd-fsck-root.service.in @@ -19,5 +19,4 @@ Type=oneshot RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-fsck StandardOutput=journal+console -FsckPassNo=1 TimeoutSec=0 |