This file is indexed.

/etc/init/upstart-file-bridge.conf is in upstart 1.12.1-0ubuntu4.

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
18
19
# upstart-file-bridge - Bridge file events into upstart
#
# This helper daemon receives inotify(7) events and
# emits equivalent Upstart events.

description	"Bridge file events into upstart"

emits file

# the bridge does not currently handle dealing with mounts that overlay
# already-watched directories.
start on filesystem

stop on runlevel [!2345]

expect daemon
respawn

exec upstart-file-bridge --daemon