inits/layer/etc/init.d/dkl-boot
2019-03-12 10:06:09 +11:00

17 lines
228 B
Plaintext
Executable File

#!/sbin/openrc-run
description="Direktil boot operations."
depend()
{
provide net
before sysctl
}
start()
{
ebegin "Running Direktil boot operations"
/sbin/dkl init boot
eend $? "Direktil boot operations failed"
}