 6897ce14a4
			
		
	
	
		6897ce14a4
		
	
	
	
	
		
			
			Perforce does not like @ in the file name and since these template files do not really need to have that in the name, make the files in repository friendlier to Perforce. The generated *.service file will maintain their old names. Signed-hostap: Jouni Malinen <j@w1.fi>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			449 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			449 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [Unit]
 | |
| Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
 | |
| Requires=sys-subsystem-net-devices-%i.device
 | |
| After=sys-subsystem-net-devices-%i.device
 | |
| 
 | |
| # NetworkManager users will probably want the dbus version instead.
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i%I
 | |
| 
 | |
| [Install]
 | |
| Alias=multi-user.target.wants/wpa_supplicant-nl80211@wlan0.service
 |