[systemd-commits] units/fsck-root.service.in units/fsck at .service.in units/quotacheck.service.in
Lennart Poettering
lennart at kemper.freedesktop.org
Sun Feb 20 11:28:07 PST 2011
units/fsck-root.service.in | 1 +
units/fsck at .service.in | 1 +
units/quotacheck.service.in | 1 +
3 files changed, 3 insertions(+)
New commits:
commit 80f7378c5d8aebabcad7d0448df1263e37b3acd2
Author: Lennart Poettering <lennart at poettering.net>
Date: Sun Feb 20 20:27:59 2011 +0100
unit: don't timeout fsck
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in
index 3df2cd3..290c845 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 at .service.in b/units/fsck at .service.in
index 69d03db..ad9ec3b 100644
--- a/units/fsck at .service.in
+++ b/units/fsck at .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 59a0c77..d46a335 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
More information about the systemd-commits
mailing list