mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
11 lines
173 B
Bash
11 lines
173 B
Bash
#!/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
|
|
}
|