1 2 3 4 5 6 7 8 9 10 11 12
#!/sbin/openrc-run supervisor=supervise-daemon name="WPA Supplicant pass-through" description="Control socket pass-through support for WPA Supplicant" command=/sbin/wpa_passthru command_background=true depend() { need wpa_supplicant }