aboutsummaryrefslogtreecommitdiffstats
path: root/community/mce/mce.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/mce/mce.initd')
-rw-r--r--community/mce/mce.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mce/mce.initd b/community/mce/mce.initd
new file mode 100644
index 00000000000..11fc0619ff8
--- /dev/null
+++ b/community/mce/mce.initd
@@ -0,0 +1,10 @@
+#!/sbin/openrc-run
+
+name=mce
+description="Mode Control Entity (MCE)"
+command="/usr/sbin/mce"
+command_background=yes
+
+depend() {
+ need dbus
+}