aboutsummaryrefslogtreecommitdiffstats
path: root/community/dsme/dsme.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/dsme/dsme.initd')
-rw-r--r--community/dsme/dsme.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dsme/dsme.initd b/community/dsme/dsme.initd
new file mode 100644
index 00000000000..2ccc62492fd
--- /dev/null
+++ b/community/dsme/dsme.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+name="DSME"
+description="Device State Management Entity"
+
+command=/usr/sbin/dsme
+command_args="-- -p /usr/lib/dsme/startup.so"
+
+depends() {
+ need dbus
+}