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

13 lines
184 B
Plaintext
Executable File

#!/sbin/openrc-run
description="dkl: $SVCNAME"
supervisor=supervise-daemon
command="/sbin/dkl logger -- /etc/direktil/services/$SVCNAME"
pidfile=/run/dkl-$SVCNAME.pid
depend()
{
}