aports/community/dsme/dsme.initd
2021-05-24 18:01:03 +00:00

12 lines
173 B
Plaintext

#!/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
}