mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-07 20:02:11 +01:00
12 lines
172 B
Bash
12 lines
172 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="DSME"
|
|
description="Device State Management Entity"
|
|
|
|
command=/usr/sbin/dsme
|
|
command_args="-- -p /usr/lib/dsme/startup.so"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|