#!/usr/bin/openrc-run
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

supervisor=supervise-daemon
pidfile="/run/usbguard.pid"
command="/usr/bin/usbguard-daemon"
command_args="-c /etc/usbguard/usbguard-daemon.conf"

depend() {
    need udev localmount
}
