mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 10:07:04 +00:00 
			
		
		
		
	... for starting an FRR instance. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
		
			
				
	
	
		
			26 lines
		
	
	
		
			562 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			562 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=FRRouting
 | 
						|
Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
 | 
						|
Wants=network.target
 | 
						|
After=network-pre.target systemd-sysctl.service
 | 
						|
Before=network.target
 | 
						|
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/frrinit.sh start %I
 | 
						|
ExecStop=/usr/lib/frr/frrinit.sh stop %I
 | 
						|
ExecReload=/usr/lib/frr/frrinit.sh reload %I
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |