[main]
@type = oneshot
@version = @vers@
@description = "Mount /run directory"
@options = ( !log )
@user = ( root )

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

        execl-cmdline -s { execl-toc -X -m /run ${cmd_args} }

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

[environment]
cmd_args=!-o mode=0755,nosuid,nodev -t tmpfs -d run
