]> git.proxmox.com Git - mirror_frr.git/blame - tools/frr.service
Merge pull request #5381 from donaldsharp/zebra_100_is_no_good
[mirror_frr.git] / tools / frr.service
CommitLineData
858aa29c 1[Unit]
f0d5f807 2Description=FRRouting
9210eecc 3Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
efbf903d
QY
4Wants=network.target
5After=network-pre.target systemd-sysctl.service
6Before=network.target
858aa29c
DS
7OnFailure=heartbeat-failed@%n.service
8
9[Service]
10Nice=-5
651415bd
DS
11Type=forking
12NotifyAccess=all
858aa29c 13StartLimitInterval=3m
3de8e929 14StartLimitBurst=3
31649cb9 15TimeoutSec=2m
858aa29c
DS
16WatchdogSec=60s
17RestartSec=5
86894a2e 18Restart=on-abnormal
858aa29c 19LimitNOFILE=1024
ea4d91bf
DL
20ExecStart=/usr/lib/frr/frrinit.sh start
21ExecStop=/usr/lib/frr/frrinit.sh stop
22ExecReload=/usr/lib/frr/frrinit.sh reload
9210eecc 23
858aa29c 24[Install]
efbf903d 25WantedBy=multi-user.target