This file is indexed.

/usr/share/upstart/sessions/indicator-network.conf is in indicator-network 0.7.1+16.04.20160406.1-0ubuntu1.

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
20
21
22
23
24
description "Indicator Network Backend"

start on indicator-services-start
stop on desktop-end or indicator-services-end

env G_MESSAGES_DEBUG=all
export G_MESSAGES_DEBUG

respawn
respawn limit 2 10

pre-start script
	# NOTE: Only used on Unity8 today, not 7
	#       Still allows manual starting
	if [ "x$DESKTOP_SESSION" != "xubuntu-touch" ] && 
	   [ "x$DESKTOP_SESSION" != "xunity8-mir" ] && 
	   [ "x$DESKTOP_SESSION" != "xunity8-x11" ]; then
		if [ "x$UPSTART_EVENTS" != "x" ] ; then
			stop; exit 0
		fi
	fi
end script

exec /usr/lib/x86_64-linux-gnu/indicator-network/indicator-network-service