- # Re-mount the root filesystem read/write.
- type = scripted
- command = /bin/mount -n -o remount,rw /
- restart = false
- options = starts-rwfs
- logfile = /run/rootrw.log
- depends-on: early-filesystems
- depends-on: udevd
- waits-for: hwclock
- waits-for: rootfscheck
|