gentoo-overlay/app-admin/usbguard/files/usbguard

14 lines
344 B
Plaintext

#!/sbin/openrc-run
name="USBGuard Daemon"
description="Software framework for implementing USB device authorization policaies"
command="/usr/sbin/usbguard-daemon"
pidfile="/var/run/usbguard.pid"
command_args="-s -K -c /etc/usbguard/usbguard-daemon.conf ${usbguard_args}"
command_args_background="-f -p '$pidfile'"
depend() {
need udev
}