mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
8 lines
113 B
Bash
8 lines
113 B
Bash
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/libexec/iio-sensor-proxy"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|