mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
10 lines
141 B
Text
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
|
|
}
|