This file is indexed.

/usr/share/tripleo-image-elements/geard/install.d/44-geard is in python-tripleo-image-elements 0.7.1-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/bash
set -eux

mkdir -p /opt/stack/venvs
virtualenv /opt/stack/venvs/gear

/opt/stack/venvs/gear/bin/pip install gear

useradd gear
os-svc-daemon -n geard -u gear -c geard -- -d
os-svc-enable -n geard