/lib/systemd/system/pimd.service is in quagga-pimd 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=PIM multicast routing engine
BindsTo=zebra.service
Wants=network.target
After=zebra.service network-pre.target
Before=network.target
ConditionPathExists=/etc/quagga/pimd.conf
Documentation=man:pimd
[Service]
Type=forking
ExecStartPre=-/bin/chmod -f 640 /etc/quagga/pimd.conf
ExecStartPre=-/bin/chown -f quagga:quagga /etc/quagga/pimd.conf
ExecStart=/usr/sbin/pimd -d -A 127.0.0.1 -f /etc/quagga/pimd.conf
Restart=on-abort
[Install]
WantedBy=multi-user.target
|