This file is indexed.

/usr/share/upstart/sessions/url-dispatcher-update-system.conf is in url-dispatcher 0.1+16.04.20151110-0ubuntu2.

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
description "URL Dispatcher System Directory Watch"

start on (file FILE=/usr/share/url-dispatcher/urls/*.url-dispatcher) or url-dispatcher-update-system

task

pre-start script
	RUNNING=$(initctl status url-dispatcher | grep start/running 2> /dev/null)

	if [ "x${RUNNING}" = "x" ]; then
		echo "DEBUG: Started before URL Dispatcher, let it try to build the DB"
		sleep 5
	fi
end script

exec /usr/lib/x86_64-linux-gnu/url-dispatcher/update-directory "/usr/share/url-dispatcher/urls"