[main]
@type = oneshot
@version = @vers@
@description = "Active dmraid devices"
@user = ( root )
@depends = ( udevadm )
@options = ( !log )

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

        if { 66-which -q dmraid }
        dmraid -i -ay

    }
    66-yeller -fcdp devices-dmraid -1 /dev/console crashed!
)
