aports/main/wpa_supplicant/wpa_cli.initd

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
}