From 227010b65c0a81edc705dc0f0eb2502eb434a72a Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Fri, 28 Jun 2019 19:58:35 +1000 Subject: [PATCH] Fix use of old settings in sample config, see #16. Cherry-picked from development branch. --- doc/linux/services/early-filesystems | 2 +- doc/linux/services/rootrw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/linux/services/early-filesystems b/doc/linux/services/early-filesystems index fb03f21..edc3ad8 100644 --- a/doc/linux/services/early-filesystems +++ b/doc/linux/services/early-filesystems @@ -3,4 +3,4 @@ type = scripted command = /etc/dinit.d/early-filesystems.sh start restart = false -onstart = rw_ready +options = starts-rwfs diff --git a/doc/linux/services/rootrw b/doc/linux/services/rootrw index 1d29cdd..c4c3110 100644 --- a/doc/linux/services/rootrw +++ b/doc/linux/services/rootrw @@ -3,7 +3,7 @@ type = scripted command = /bin/mount -n -o remount,rw / restart = false -onstart = rw_ready +options = starts-rwfs logfile = /run/rootrw.log depends-on = early-filesystems -- 2.25.1