This file is indexed.

/usr/share/tripleo-image-elements/os-svc-install/upstart/os-svc-enable.conf is in python-tripleo-image-elements 0.7.1-1.

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
# vim:set syntax=upstart:
#
description "TripleO Service Control Job"
start on starting OS_SVC_ENABLE_CONTROL=1
instance $JOB
task
console none
script
    # --no-wait is extremely important as $JOB is already blocked on
    # this job. Thus the change to the stop goal will be delayed until
    # this job exits.
    os-svc-enable-upstart $JOB enabled || exec stop --no-wait $JOB
end script