1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/deviced/deviced.initd
2025-07-05 21:52:34 +02:00

11 lines
124 B
Bash

#!/sbin/openrc-run
description="deviced"
command="/usr/bin/deviced"
supervisor=supervise-daemon
depend() {
need dbus
}