Browse Source

Fix use of old settings in sample config, see #16.

Davin McCall 4 years ago
parent
commit
d402715363
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/linux/services/early-filesystems
  2. 1 1
      doc/linux/services/rootrw

+ 1 - 1
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

+ 1 - 1
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