[main]
@type = oneshot
@version = @vers@
@description = "remount rw '/' directory"
@options = ( !log )
@user = ( root )
@depends = ( all-System )

[start]
@execute =
(
    if { 66-yeller -cdp mount-rw -1 /dev/console starts... }
    if -nt {

        execl-cmdline -s { s6-mount ${cmd_args} }

    }
    66-yeller -fcdp mount-rw -1 /dev/console crashed!
)

[environment]
cmd_args=!-o remount,rw / /
