mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/sbin/iio-sensor-proxy"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|