This file is indexed.

/usr/share/upstart/sessions/url-dispatcher.conf is in url-dispatcher 0.1+14.04.20140403-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 "URL Dispatcher"
author "Ted Gould <ted@ubuntu.com>"

start on started dbus
stop on stopping dbus

respawn

# Work around for: https://bugs.launchpad.net/upstart/+bug/1302117

umask 0022

pre-start script
	if [ -d "$HOME/.cache/url-dispatcher" ] && [ ! -x "$HOME/.cache/url-dispatcher" ] ; then
		echo "Fixing cache directory permissions"
		chmod 700 "$HOME/.cache/url-dispatcher"
	fi
end script

# end work around

emits application-start

exec /usr/lib/x86_64-linux-gnu/url-dispatcher/url-dispatcher