mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-09 15:17:57 +00:00

We've decided to remove /usr/bin/quagga from the quagga packaging. It was only going to confuse the end user. Ticket: CM-10456 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
25 lines
659 B
Desktop File
25 lines
659 B
Desktop File
[Unit]
|
|
Description=OSPF routing daemon %I
|
|
After=syslog.target networking.service zebra.service
|
|
Requires=zebra.service
|
|
OnFailure=heartbeat-failed@%n.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
Nice=-5
|
|
EnvironmentFile=/etc/default/quagga
|
|
StartLimitInterval=3m
|
|
StartLimitBurst=10
|
|
TimeoutSec=1m
|
|
WatchdogSec=60s
|
|
RestartSec=5
|
|
Restart=on-abnormal
|
|
LimitNOFILE=1024
|
|
ExecStart=/usr/lib/quagga/ospfd $OSPFD_OPTIONS -n %I
|
|
ExecStartPost=/usr/bin/vtysh -b -n
|
|
ExecStopPost=-/bin/rm -f /var/run/quagga/ospfd@%I.pid
|
|
ExecStopPost=-/bin/rm -f /var/run/quagga/ospfd@%I.vty
|
|
ExecReload=/usr/lib/quagga/quagga-reload.py --reload /etc/quagga/Quagga.conf
|
|
[Install]
|
|
WantedBy=network-online.target
|