This file is indexed.

/lib/systemd/system/isisd.service is in quagga-isisd 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=IS-IS routing daemon
BindTo=zebra.service
After=network.target zebra.service
ConditionPathExists=/etc/quagga/isisd.conf
Documentation=man:isisd

[Service]
Type=forking
ExecStartPre=-/bin/chmod -f 640 /etc/quagga/isisd.conf
ExecStartPre=-/bin/chown -f quagga:quagga /etc/quagga/isisd.conf
ExecStart=/usr/sbin/isisd -d -A 127.0.0.1 -f /etc/quagga/isisd.conf
Restart=on-abort

[Install]
WantedBy=network.target