From e4e1645227920bfbe7cd3b65f9efb1937eb3b4ad Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Mon, 8 Jan 2018 19:26:43 +0000 Subject: [PATCH] Linux examples: use reasonable start-timeout for filesystem services. --- doc/linux/services/filesystems | 2 ++ doc/linux/services/late-filesystems | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/linux/services/filesystems b/doc/linux/services/filesystems index 2cfea68..1c2b7c5 100644 --- a/doc/linux/services/filesystems +++ b/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 diff --git a/doc/linux/services/late-filesystems b/doc/linux/services/late-filesystems index e5c264a..a5f25dc 100644 --- a/doc/linux/services/late-filesystems +++ b/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 -- 2.25.1