Browse Source

Linux examples: use reasonable start-timeout for filesystem services.

Davin McCall 6 years ago
parent
commit
e4e1645227
2 changed files with 3 additions and 0 deletions
  1. 2 0
      doc/linux/services/filesystems
  2. 1 0
      doc/linux/services/late-filesystems

+ 2 - 0
doc/linux/services/filesystems

@@ -4,6 +4,8 @@ type = scripted
 command = /etc/dinit.d/filesystems.sh start
 restart = false
 logfile = /var/log/dinit-filesystems.log
+options = start-interruptible
+start-timeout = 1200   # 20 minutes
 
 depends-on = udevd
 depends-on = rootrw

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

@@ -5,5 +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 
 
 depends-on = rcboot