blob: b2a74df47fb94a5ed6099f8acb2f1df5c26cbfdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=RIP routing daemon
Documentation=man:ripd(8) man:zebra(8)
BindsTo=zebra.service
After=network.target zebra.service
ConditionPathExists=/etc/quagga/ripd.conf
[Service]
Type=forking
PIDFile=/run/quagga/ripd.pid
ExecStart=/usr/sbin/ripd -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort
[Install]
WantedBy=multi-user.target
|