1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/mce/mce.initd
2021-04-28 15:22:53 +00:00

10 lines
141 B
Text

#!/sbin/openrc-run
name=mce
description="Mode Control Entity (MCE)"
command="/usr/sbin/mce"
command_background=yes
depend() {
need dbus
}