mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 08:39:47 +03:00
11 lines
172 B
Text
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
|
|
}
|