1[Unit]
2Description=FRRouting
3Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
4Wants=network.target
5After=network-pre.target systemd-sysctl.service
6Before=network.target
7OnFailure=heartbeat-failed@%n.service
8
9[Service]
10Nice=-5
11Type=forking
12NotifyAccess=all
13StartLimitInterval=3m
14StartLimitBurst=3
15TimeoutSec=2m
16WatchdogSec=60s
17RestartSec=5
18Restart=on-abnormal
19LimitNOFILE=1024
20ExecStart=/usr/lib/frr/frrinit.sh start
21ExecStop=/usr/lib/frr/frrinit.sh stop
22ExecReload=/usr/lib/frr/frrinit.sh reload
23
24[Install]
25WantedBy=multi-user.target
26