aports/testing/interception-tools/udevmon.initd
Evan Johsnton f536e5297a testing/interception-tools: new aport
https://gitlab.com/interception/linux/tools
Minimal composable infrastructure on top of libudev and libevdev
2023-06-29 11:25:23 +02:00

11 lines
192 B
Bash

#!/sbin/openrc-run
command=/usr/bin/udevmon
command_args="-c /etc/interception/udevmon.yaml"
pidfile=/run/udevmon.pid
command_background=true
depend() {
want dev-settle
after dev-settle
}