16 lines
347 B
Desktop File
16 lines
347 B
Desktop File
[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
|