1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 09:45:12 +03:00
aports/community/iio-sensor-proxy/iio-sensor-proxy.initd
2022-09-23 19:06:54 +02:00

8 lines
113 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
command="/usr/libexec/iio-sensor-proxy"
depend() {
need dbus
}