From: Davin McCall Date: Fri, 28 Jun 2019 09:58:35 +0000 (+1000) Subject: Fix use of old settings in sample config, see #16. X-Git-Tag: v0.5.2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=227010b65c0a81edc705dc0f0eb2502eb434a72a;p=oweals%2Fdinit.git Fix use of old settings in sample config, see #16. Cherry-picked from development branch. --- 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