summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-20 20:27:59 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-20 20:27:59 +0100
commit80f7378c5d8aebabcad7d0448df1263e37b3acd2 (patch)
treea981d5d18d31d76f878f641d8fe667fb2916d583
parent48c4fad9504a0449fc0ae6c230019b2f1116e9bc (diff)
unit: don't timeout fsck
-rw-r--r--units/fsck-root.service.in1
-rw-r--r--units/fsck@.service.in1
-rw-r--r--units/quotacheck.service.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in
index 3df2cd3809..290c8453cc 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 69d03db986..ad9ec3bcc9 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 59a0c773eb..d46a335649 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