mirror of
				https://github.com/CumulusNetworks/ifupdown2.git
				synced 2024-05-06 15:54:50 +00:00 
			
		
		
		
	Ticket: CM-9216 Reviewed By: roopa Testing Done: installed, verified that even with long sleeps, no timeout After much discussion with Roopa, Wilson, Anuradha, Mallik, and Scott, we decided we would go back to the 2.5 behavior of not timeing out on networking startup. See the bug for some of the discussion. This needs clagd changes to not hang forever if clag is to be restarted. Since this is a oneshot service, the default is to not timeout, so simply remove the TimeoutSec variable to get the default of no timeout.
		
			
				
	
	
		
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=ifupdown2 networking initialization
 | 
						|
Documentation=man:interfaces(5) man:ifup(8) man:ifdown(8)
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
SyslogIdentifier=networking
 | 
						|
TimeoutStopSec=30s
 | 
						|
ExecStart=/sbin/start-networking start
 | 
						|
ExecStop=/sbin/start-networking stop
 | 
						|
ExecReload=/sbin/start-networking reload
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=basic.target network.target
 |