mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 18:40:52 +00:00 
			
		
		
		
	 31649cb98b
			
		
	
	
		31649cb98b
		
	
	
	
	
		
			
			We have run across a few cases where the startup timeout is ocurring on heavily loaded systems. This is especially true in simulation environments where the hypervisor load is extremely high. Modify the code base to give ourselves more time to startup. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
		
			
				
	
	
		
			24 lines
		
	
	
		
			423 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			423 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=FRRouting (FRR)
 | |
| After=syslog.target networking.service
 | |
| OnFailure=heartbeat-failed@%n.service
 | |
| 
 | |
| [Service]
 | |
| Nice=-5
 | |
| Type=forking
 | |
| NotifyAccess=all
 | |
| StartLimitInterval=3m
 | |
| StartLimitBurst=3
 | |
| TimeoutSec=2m
 | |
| WatchdogSec=60s
 | |
| RestartSec=5
 | |
| Restart=on-abnormal
 | |
| LimitNOFILE=1024
 | |
| ExecStart=/usr/lib/frr/frr start
 | |
| ExecStop=/usr/lib/frr/frr stop
 | |
| ExecReload=/usr/lib/frr/frr reload
 | |
| 
 | |
| [Install]
 | |
| WantedBy=network-online.target
 | |
| 
 |