mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00

Modify quagga startup control files to allow for temporary startup while we iron out the network.target details Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
21 lines
441 B
Desktop File
21 lines
441 B
Desktop File
[Unit]
|
|
Description=Cumulus Linux Quagga Zebra Daemon
|
|
After=networking.service syslog.service
|
|
OnFailure=heartbeat-failed@%n.service
|
|
|
|
[Service]
|
|
Nice=-5
|
|
EnvironmentFile=/etc/default/quagga
|
|
Type=notify
|
|
StartLimitInterval=3m
|
|
StartLimitBurst=3
|
|
TimeoutSec=1m
|
|
WatchdogSec=60s
|
|
RestartSec=5
|
|
Restart=on-abnormal
|
|
LimitNOFILE=1024
|
|
ExecStart=/usr/lib/quagga/zebra $ZEBRA_OPTIONS
|
|
ExecStartPost=/usr/bin/vtysh -b -n
|
|
[Install]
|
|
WantedBy=network-online.target
|