2cc4b99 file: use global exec timeout instead of own hardcoded limit ecd1660 exec: increase maximum execution time to 120s Also expose the socket and timeout options in /etc/config/rpcd for easier use. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
		
			
				
	
	
		
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config rpcd
 | 
						|
	option socket /var/run/ubus.sock
 | 
						|
	option timeout 30
 | 
						|
 | 
						|
config login
 | 
						|
	option username 'root'
 | 
						|
	option password '$p$root'
 | 
						|
	list read '*'
 | 
						|
	list write '*'
 | 
						|
 |