mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
12 lines
173 B
Plaintext
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
|
|
}
|