mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
11 lines
124 B
Bash
11 lines
124 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="deviced"
|
|
|
|
command="/usr/bin/deviced"
|
|
|
|
supervisor=supervise-daemon
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|