aboutsummaryrefslogtreecommitdiffstats
path: root/community/sensorfw/sensorfw.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/sensorfw/sensorfw.initd')
-rw-r--r--community/sensorfw/sensorfw.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/sensorfw/sensorfw.initd b/community/sensorfw/sensorfw.initd
new file mode 100644
index 00000000000..40f2c2b6f48
--- /dev/null
+++ b/community/sensorfw/sensorfw.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+name="SensorFW"
+description="Sensor Framework Qt5"
+
+command=/usr/sbin/sensorfwd
+command_args="-c=/etc/sensorfw/primaryuse.conf --no-magnetometer-bg-calibration"
+
+depends() {
+ need udev
+}