mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	- add mobile date network devices and configuration - add client configuration via udev - add GUI under networking tab - add scripts to handle mobile data devices
		
			
				
	
	
		
			17 lines
		
	
	
		
			253 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			253 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Start ppp0 interface
 | 
						|
BindsTo=dev-ttyUSB0.device
 | 
						|
After=dev-ttyUSB0.device
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=forking
 | 
						|
RemainAfterExit=yes
 | 
						|
ExecStart=/sbin/ifup ppp0
 | 
						|
ExecStop=/sbin/ifdown ppp0
 | 
						|
 | 
						|
[Install]
 | 
						|
Alias=startppp0.service
 | 
						|
WantedBy=multi-user.target
 | 
						|
 | 
						|
 |