summaryrefslogtreecommitdiffstats
path: root/tools/frr@.service.in
blob: c8a2d3ba83ce8cffa1d55eb629adac6f4700d22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[Unit]
Description=FRRouting
Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
Wants=network.target
After=network-pre.target systemd-sysctl.service
Before=network.target
OnFailure=heartbeat-failed@%n

[Service]
Nice=-5
Type=forking
NotifyAccess=all
StartLimitInterval=3m
StartLimitBurst=3
TimeoutSec=@TIMEOUT_MIN@m
WatchdogSec=60s
RestartSec=5
Restart=always
LimitNOFILE=1024
PIDFile=@e_frr_runstatedir@/%I/watchfrr.pid
ExecStart=@e_sbindir@/frrinit.sh start %I
ExecStop=@e_sbindir@/frrinit.sh stop %I
ExecReload=@e_sbindir@/frrinit.sh reload %I

[Install]
WantedBy=multi-user.target