mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
11 lines
175 B
Bash
11 lines
175 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="wroomd"
|
|
description="Modem management daemon for Qualcomm platforms"
|
|
|
|
command="/usr/bin/wroomd"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|