From: Lennart Poettering Date: Sun, 20 Feb 2011 19:27:59 +0000 (+0100) Subject: unit: don't timeout fsck X-Git-Tag: v19~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80f7378c5d8aebabcad7d0448df1263e37b3acd2;p=thirdparty%2Fsystemd.git unit: don't timeout fsck --- diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 3df2cd38092..290c8453cce 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -20,3 +20,4 @@ RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck StandardOutput=syslog+console FsckPassNo=1 +TimeoutSec=0 diff --git a/units/fsck@.service.in b/units/fsck@.service.in index 69d03db9864..ad9ec3bcc90 100644 --- a/units/fsck@.service.in +++ b/units/fsck@.service.in @@ -17,3 +17,4 @@ Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck %f StandardOutput=syslog+console +TimeoutSec=0 diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 59a0c773eb2..d46a3356492 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -17,6 +17,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-quotacheck StandardOutput=syslog +TimeoutSec=0 [Install] WantedBy=local-fs.target