[main]
@type = oneshot
@version = @vers@
@description = "Load kernel modules"
@user = ( root )
@depends = ( 00 )
@options = ( !log )

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

        pipeline -d { kmod static-nodes --format=devname }
        pipeline { s6-cut -d" " -f1 }
        forstdin -pd "\n" -- mod
        importas -iu -D "" mod mod
        modprobe $mod

    }
    66-yeller -fcdp modules-kernel -1 /dev/console crashed!
)
