mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=RaspAP daemon
 | |
| After=multi-user.target
 | |
| 
 | |
| [Service]
 | |
| Type=idle
 | |
| ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |