Fix use of old settings in sample config, see #16.
authorDavin McCall <davmac@davmac.org>
Fri, 28 Jun 2019 09:58:35 +0000 (19:58 +1000)
committerDavin McCall <davmac@davmac.org>
Fri, 28 Jun 2019 10:01:21 +0000 (20:01 +1000)
doc/linux/services/early-filesystems
doc/linux/services/rootrw

index fb03f21b127bd713854ca4a1fb0f15460b05318d..edc3ad8c766fbbba70011e3764ebde884a378630 100644 (file)
@@ -3,4 +3,4 @@
 type = scripted
 command = /etc/dinit.d/early-filesystems.sh start
 restart = false
-onstart = rw_ready
+options = starts-rwfs
index 1d29cdd324a382f2800631962db1473f42ef7c43..c4c3110c990b977c229baa12859b1ee2e859d26b 100644 (file)
@@ -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