This file is indexed.

/usr/share/upstart/sessions/url-dispatcher-update-system.conf is in url-dispatcher 0.1+17.04.20170328-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
description "URL Dispatcher System Directory Watch"

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

task
nice 19

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 ${SNAP}/usr/lib/x86_64-linux-gnu/url-dispatcher/update-directory "${SNAP}/usr/share/url-dispatcher/urls"