This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/usr/lib/frr/frrinit.sh reload
-
ExecReload=/usr/libexec/frr/frrinit.sh reload
-
ExecStart=/usr/lib/frr/frrinit.sh start
-
ExecStart=/usr/libexec/frr/frrinit.sh start
-
ExecStop=/usr/lib/frr/frrinit.sh stop
-
ExecStop=/usr/libexec/frr/frrinit.sh stop
-
LimitNOFILE=1024
-
Nice=-5
-
NotifyAccess=all
-
PIDFile=/run/frr/watchfrr.pid
-
PIDFile=/var/run/frr/watchfrr.pid
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
ReadWritePaths=/etc/frr
-
Restart=on-abnormal
-
RestartSec=5
-
RestrictRealtime
Introduced in systemd 231=yes -
StartLimitBurst=3
-
StartLimitInterval=3m
-
TimeoutSec=2m
-
Type=forking
-
WatchdogSec=60s
-
-
[Unit]
-
After=network-pre.target systemd-sysctl.service
-
Before=network.target
-
Description=FRRouting
-
Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
-
OnFailure=heartbeat-failed@%n
-
Wants=network.target
-
Additionnal notes
Nothing here.