mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 02:20:54 +00:00
24 lines
491 B
Desktop File
24 lines
491 B
Desktop File
[Unit]
|
|
Description=FRRouting
|
|
Documentation=https://frrouting.readthedocs.io/en/latest/setup.html
|
|
After=networking.service
|
|
OnFailure=heartbeat-failed@%n.service
|
|
|
|
[Service]
|
|
Nice=-5
|
|
Type=forking
|
|
NotifyAccess=all
|
|
StartLimitInterval=3m
|
|
StartLimitBurst=3
|
|
TimeoutSec=2m
|
|
WatchdogSec=60s
|
|
RestartSec=5
|
|
Restart=on-abnormal
|
|
LimitNOFILE=1024
|
|
ExecStart=/usr/lib/frr/frrinit.sh start
|
|
ExecStop=/usr/lib/frr/frrinit.sh stop
|
|
ExecReload=/usr/lib/frr/frrinit.sh reload
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|