forked from Spark/ssm-services
5
init.d/wpa_supplicant
Executable file
5
init.d/wpa_supplicant
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_command='/usr/bin/wpa_supplicant'
|
||||
service_config='/etc/wpa_supplicant/wpa_supplicant.conf'
|
||||
service_args=( -i "${service_name##*-}" -c "$service_config" )
|
Reference in New Issue
Block a user