db-move: moved linux from [testing] to [core] (x86_64)
[arch-packages.git] / quagga / repos / extra-x86_64 / ripd.service
bloba55498100e95a97d21c3b1bdbb2e43fe817c87cf
1 [Unit]
2 Description=RIP routing daemon
3 Documentation=man:ripd(8) man:zebra(8)
4 BindTo=zebra.service
5 After=network.target zebra.service
6 ConditionPathExists=/etc/quagga/ripd.conf
8 [Service]
9 Type=forking
10 PIDFile=/run/quagga/ripd.pid
11 ExecStart=/usr/bin/ripd -d
12 ExecReload=/bin/kill -HUP $MAINPID
13 Restart=on-abort
15 [Install]
16 WantedBy=multi-user.target