This file is indexed.

/lib/systemd/system/open-iscsi.service.d/fix-systemd-deps.conf is in open-iscsi 2.0.873+git0.3b4b4500-8+deb8u2.

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
[Unit]
# Make sure we have the proper ordering w.r.t. remote-fs-pre.target.
# Not required for boot, but for shutdown.
Wants=remote-fs-pre.target
Before=remote-fs-pre.target

[Service]
# Replace stop actions, because calling umountiscsi.sh from
# within open-iscsi script won't work due to systemctl
# redirection (and umountiscsi.sh is never started)
ExecStop=
ExecStop=-/etc/init.d/umountiscsi.sh stop
ExecStop=/etc/init.d/open-iscsi stop