aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant/wpa_cli.initd
blob: f5a25a88966dc8285ea2adc480b5047f681e039f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

supervisor=supervise-daemon

name="WPA Command Line Client"
description="Text-based frontend for interacting with WPA Supplicant"

command=/sbin/wpa_cli
command_args="${WPACLI_OPTS} >/dev/null"

depend() {
	need wpa_supplicant
}