db-move: moved gcr from [testing] to [extra] (x86_64)
[arch-packages.git] / quagga / trunk / zebra.service
blob02813c37c3de51a8a692274ccfd9188b02b8fcd6
1 [Unit]
2 Description=GNU Zebra routing manager
3 Documentation=man:zebra(8)
4 After=network.target
5 ConditionPathExists=/etc/quagga/zebra.conf
7 [Service]
8 Type=forking
9 PIDFile=/run/quagga/zebra.pid
10 ExecStartPre=/sbin/ip route flush proto zebra
11 ExecStart=/usr/bin/zebra -d
12 ExecReload=/bin/kill -HUP $MAINPID
13 Restart=on-abort
15 [Install]
16 WantedBy=multi-user.target