[main]
@type = oneshot
@version = @vers@
@description = "Set locale"
@options = ( !log )
@depends = ( mount-rw )
@user = ( root )

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

        execl-envfile ${conf_file}
	execl-cmdline -s { sh /etc/profile.d/locale.sh }
    }
    66-yeller -fcdp local-locale -1 /dev/console crashed!
)

[environment]
conf_file=!@bootconf@

