unit: don't timeout fsck

This commit is contained in:
Lennart Poettering 2011-02-20 20:27:59 +01:00
parent 48c4fad950
commit 80f7378c5d
3 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,4 @@ RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck
StandardOutput=syslog+console
FsckPassNo=1
TimeoutSec=0

View File

@ -17,3 +17,4 @@ Type=oneshot
RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck %f
StandardOutput=syslog+console
TimeoutSec=0

View File

@ -17,6 +17,7 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-quotacheck
StandardOutput=syslog
TimeoutSec=0
[Install]
WantedBy=local-fs.target