/lib/systemd/system/ospf6d.service is in quagga-ospf6d 1.2.4-1.
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 17 18 | [Unit]
Description=OSPF routing daemon for IPv6
BindsTo=zebra.service
Wants=network.target
After=zebra.service network-pre.target
Before=network.target
ConditionPathExists=/etc/quagga/ospf6d.conf
Documentation=man:ospf6d
[Service]
Type=forking
ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ospf6d.conf
ExecStartPre=-/bin/chown -f quagga:quagga /etc/quagga/ospf6d.conf
ExecStart=/usr/sbin/ospf6d -d -A ::1 -f /etc/quagga/ospf6d.conf
Restart=on-abort
[Install]
WantedBy=multi-user.target
|