This file is indexed.

/lib/systemd/system/pimd.service is in quagga-pimd 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=PIM multicast routing engine
BindTo=zebra.service
After=network.target zebra.service
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=network.target