inits/layer/etc/init.d/dkl-user-services
2023-11-27 15:40:53 +01:00

14 lines
192 B
Plaintext
Executable File

#!/sbin/openrc-run
description="Direktil user services."
supervisor=supervise-daemon
command="/sbin/dkl init services"
pidfile=/run/dkl-init-services.pid
depend()
{
need dkl-default
}