mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 14:52:27 +01:00
12 lines
206 B
Bash
12 lines
206 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="SensorFW"
|
|
description="Sensor Framework Qt5"
|
|
|
|
command=/usr/sbin/sensorfwd
|
|
command_args="-c=/etc/sensorfw/primaryuse.conf --no-magnetometer-bg-calibration"
|
|
|
|
depend() {
|
|
need udev
|
|
}
|