inits/layer/etc/init.d/dkl-user-services

14 lines
192 B
Plaintext
Raw Normal View History

2019-03-08 01:21:29 +00:00
#!/sbin/openrc-run
description="Direktil user services."
supervisor=supervise-daemon
command="/sbin/dkl init services"
pidfile=/run/dkl-init-services.pid
2019-03-08 01:21:29 +00:00
depend()
{
need dkl-default
}