[main]
@type = oneshot
@version = @vers@
@description = "Apply sysctl configuration file"
@user = ( root )
@depends = ( 00 )
@options = ( !log )

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

        if { 66-which -q sysctl }
        sysctl --system

    }
    66-yeller -fcdp system-sysctl -1 /dev/console crashed!
)
