]> git.proxmox.com Git - mirror_frr.git/blame - redhat/frr.service
sharpd: Allow sharpd to accept nexthop group as part of route install
[mirror_frr.git] / redhat / frr.service
CommitLineData
2cdd3d94
MW
1[Unit]
2Description=FRRouting (FRR)
3After=syslog.target networking.service
4OnFailure=heartbeat-failed@%n.service
5
6[Service]
7Nice=-5
8Type=forking
9NotifyAccess=all
10StartLimitInterval=3m
11StartLimitBurst=3
31649cb9 12TimeoutSec=2m
2cdd3d94
MW
13WatchdogSec=60s
14RestartSec=5
15Restart=on-abnormal
16LimitNOFILE=1024
17ExecStart=/usr/lib/frr/frr start
18ExecStop=/usr/lib/frr/frr stop
19ExecReload=/usr/lib/frr/frr reload
20
21[Install]
22WantedBy=network-online.target
23