This file is indexed.

/lib/systemd/system/oslo-messaging-zmq-receiver.service is in oslo-messaging-zmq-receiver 5.10.0-2.

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=Oslo Messaging ZeroMQ Receiver
After=network.target

[Service]
Type=simple
Umask=007
User=oslo
Group=oslo
ExecStartPre=mkdir -p /var/run/openstack
ExecStartPre=chown -R oslo:oslo /var/run/openstack
ExecStart=/usr/bin/oslo-messaging-zmq-receiver --config-file=/etc/oslo/oslo-messaging.conf
Restart=on-abort

[Install]
WantedBy=multi-user.target