1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/dsme/dsme.initd
2021-05-24 18:01:03 +00:00

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
}