/lib/systemd/system/ripd.service is in quagga-ripd 1.1.1-3+deb9u2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [Unit]
Description=RIP routing daemon
BindTo=zebra.service
After=network.target zebra.service
ConditionPathExists=/etc/quagga/ripd.conf
Documentation=man:ripd
[Service]
Type=forking
ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ripd.conf
ExecStartPre=-/bin/chown -f quagga:quagga /etc/quagga/ripd.conf
ExecStart=/usr/sbin/ripd -d -A 127.0.0.1 -f /etc/quagga/ripd.conf
Restart=on-abort
[Install]
WantedBy=network.target
|