#!/bin/sh
# PROVIDE: wpa_supplicant WIRELESS
# REQUIRE: DAEMON
# BEFORE: NETWORKING LOGIN

. /etc/rc.subr

name=wpa_supplicant
command=/usr/libexec/mouse-wpa-supplicant
command_args="&"

run_rc_command "$1"
