]> git.proxmox.com Git - mirror_frr.git/blob - redhat/frr.service
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / redhat / frr.service
1 [Unit]
2 Description=FRRouting (FRR)
3 After=syslog.target networking.service
4 OnFailure=heartbeat-failed@%n.service
5
6 [Service]
7 Nice=-5
8 Type=forking
9 NotifyAccess=all
10 StartLimitInterval=3m
11 StartLimitBurst=3
12 TimeoutSec=2m
13 WatchdogSec=60s
14 RestartSec=5
15 Restart=on-abnormal
16 LimitNOFILE=1024
17 ExecStart=/usr/lib/frr/frr start
18 ExecStop=/usr/lib/frr/frr stop
19 ExecReload=/usr/lib/frr/frr reload
20
21 [Install]
22 WantedBy=network-online.target
23