1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/testing/usbguard/usbguard.initd
Michał Polański 5a43b33f94 testing/usbguard: new aport
Software framework for implementing USB device authorization policies
https://usbguard.github.io
2020-10-16 14:27:11 +00:00

11 lines
228 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name="USBGuard"
description="Software framework for implementing USB device authorization policies"
command="/usr/sbin/usbguard-daemon"
command_args="-s"
depend() {
use logger
}