This file is indexed.

/lib/systemd/system/ovirt-guest-agent.service is in ovirt-guest-agent 1.0.10.2.dfsg-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
[Unit]
Description=oVirt Guest Agent

[Service]
Type=simple
PIDFile=/run/ovirt-guest-agent.pid
EnvironmentFile=-/etc/sysconfig/ovirt-guest-agent
User=ovirtagent
PermissionsStartOnly=true
ExecStartPre=/sbin/modprobe virtio_console
ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid
ExecStartPre=/bin/chown ovirtagent:ovirtagent /run/ovirt-guest-agent.pid
ExecStart=/usr/bin/python /usr/share/ovirt-guest-agent/ovirt-guest-agent.py

[Install]
WantedBy=multi-user.target