inits/layer/etc/init.d/dkl-boot

17 lines
228 B
Plaintext
Raw Normal View History

2019-03-08 01:21:29 +00:00
#!/sbin/openrc-run
description="Direktil boot operations."
depend()
{
2019-03-11 23:06:09 +00:00
provide net
before sysctl
2019-03-08 01:21:29 +00:00
}
start()
{
ebegin "Running Direktil boot operations"
/sbin/dkl init boot
eend $? "Direktil boot operations failed"
}