This file is indexed.

/lib/systemd/system/lvm2-cluster-activation.service is in clvm 2.02.111-2.2+deb8u1.

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
[Unit]
Description=Clustered LVM volumes activation service
Requires=lvm2-clvmd.service
After=lvm2-clvmd.service lvm2-cmirrord.service
OnFailure=lvm2-clvmd.service
DefaultDependencies=no
Conflicts=shutdown.target

[Service]
Type=simple
RemainAfterExit=yes
EnvironmentFile=-${prefix}/etc/sysconfig/clvmd
ExecStart=/lib/systemd/lvm2-cluster-activation activate
ExecStop=/lib/systemd/lvm2-cluster-activation deactivate

[Install]
WantedBy=multi-user.target