#!/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
}
