]> git.proxmox.com Git - mirror_frr.git/blob - redhat/frr.service
bgpd: Remove private AS numbers if local-as is defined
[mirror_frr.git] / redhat / frr.service
1 [Unit]
2 Description=FRRouting (FRR)
3 Wants=network.target
4 After=network-pre.target systemd-sysctl.service
5 Before=network.target
6 OnFailure=heartbeat-failed@%n.service
7
8 [Service]
9 Nice=-5
10 Type=forking
11 NotifyAccess=all
12 StartLimitInterval=3m
13 StartLimitBurst=3
14 TimeoutSec=2m
15 WatchdogSec=60s
16 RestartSec=5
17 Restart=on-abnormal
18 LimitNOFILE=1024
19 ExecStart=/usr/lib/frr/frr start
20 ExecStop=/usr/lib/frr/frr stop
21 ExecReload=/usr/lib/frr/frr reload
22
23 [Install]
24 WantedBy=multi-user.target