This file is indexed.

/etc/init/plymouth-upstart-bridge.conf is in plymouth 0.8.8-0ubuntu17.

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
# plymouth-upstart-bridge - Bridge Upstart state changes into Plymouth
#
# This helper process receives Upstart state changes over D-Bus and sends
# corresponding messages to Plymouth.

description	"bridge from Upstart state changes to Plymouth"

respawn

start on (startup
          or runlevel [06])
stop on (stopping plymouth
         or stopping plymouth-shutdown)     	

console output

exec plymouth-upstart-bridge