mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
Software framework for implementing USB device authorization policies https://usbguard.github.io
11 lines
228 B
Bash
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
|
|
}
|