Set example filesystem services to have no start timeout.
authorDavin McCall <davmac@davmac.org>
Wed, 25 Apr 2018 08:36:48 +0000 (09:36 +0100)
committerDavin McCall <davmac@davmac.org>
Wed, 25 Apr 2018 08:36:48 +0000 (09:36 +0100)
File system checks take as long as they take; let them run.

doc/linux/services/late-filesystems
doc/linux/services/rootfscheck

index a5f25dce5fafe6dd45e454fe19cb29c1319fa455..0e165b27f54d2ff96d6f6ddaf30d0636e4a20812 100644 (file)
@@ -5,6 +5,6 @@ command = /etc/dinit.d/late-filesystems.sh start
 restart = false
 logfile = /var/log/late-filesystems.log
 options = start-interruptible
-start-timeout = 1200   # 20 minutes 
+start-timeout = 0   # unlimited 
 
 depends-on = rcboot
index b72480711c5053cda43f9f6cab35deb88ed08b87..fd262280a7f870df98bd5591a27efbda376254f6 100644 (file)
@@ -4,6 +4,7 @@ type = scripted
 command = /etc/dinit.d/rootfscheck.sh start
 restart = false
 options = starts-on-console pass-cs-fd start-interruptible
+start-timeout = 0  # unlimited
 
 depends-on = early-filesystems
 depends-on = udevd