5 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ssm
 | |
| 
 | |
| service_config='/etc/wpa_supplicant/wpa_supplicant.conf'
 | |
| service_command=( /usr/bin/wpa_supplicant -i "${service_name##*-}" -c "$service_config" )
 |