#!/sbin/openrc-run

description="PolKit server to manage APK through DBus"

depend() {
    need dbus
}

supervisor="supervise-daemon"
command="/usr/libexec/apk-polkit/apk-polkit-server"
command_args=""
