From 022bcf460396392b551f8b4b9653fb4aeec0f02e Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Wed, 25 Apr 2018 09:36:48 +0100 Subject: [PATCH] Set example filesystem services to have no start timeout. File system checks take as long as they take; let them run. --- doc/linux/services/late-filesystems | 2 +- doc/linux/services/rootfscheck | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/linux/services/late-filesystems b/doc/linux/services/late-filesystems index a5f25dc..0e165b2 100644 --- a/doc/linux/services/late-filesystems +++ b/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 diff --git a/doc/linux/services/rootfscheck b/doc/linux/services/rootfscheck index b724807..fd26228 100644 --- a/doc/linux/services/rootfscheck +++ b/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 -- 2.25.1