1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-13 08:39:47 +03:00
pmaports/extra-repos/systemd/dsme/dsme.initd

11 lines
172 B
Text

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