mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
https://gitlab.com/interception/linux/tools Minimal composable infrastructure on top of libudev and libevdev
11 lines
192 B
Bash
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
|
|
}
|