summaryrefslogtreecommitdiff
path: root/community/quagga/ripd.service
blob: a55498100e95a97d21c3b1bdbb2e43fe817c87cf (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)
BindTo=zebra.service
After=network.target zebra.service
ConditionPathExists=/etc/quagga/ripd.conf

[Service]
Type=forking
PIDFile=/run/quagga/ripd.pid
ExecStart=/usr/bin/ripd -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort

[Install]
WantedBy=multi-user.target