Browse Source

Set example filesystem services to have no start timeout.

File system checks take as long as they take; let them run.
Davin McCall 6 years ago
parent
commit
022bcf4603
2 changed files with 2 additions and 1 deletions
  1. 1 1
      doc/linux/services/late-filesystems
  2. 1 0
      doc/linux/services/rootfscheck

+ 1 - 1
doc/linux/services/late-filesystems

@@ -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

+ 1 - 0
doc/linux/services/rootfscheck

@@ -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