mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
10 lines
171 B
Plaintext
Executable File
10 lines
171 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
command="/sbin/wpa_cli"
|
|
pidfile="/var/run/${SVCNAME}.pid"
|
|
command_args="${WPACLI_OPTS} -B -P ${pidfile} >/dev/null"
|
|
|
|
depend() {
|
|
need wpa_supplicant
|
|
}
|