This file is indexed.

/usr/share/upstart/sessions/url-dispatcher-update.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
description "URL Dispatcher Directory Watch"

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

umask 0022

# end work around

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

instance $MATCH

exec /usr/lib/x86_64-linux-gnu/url-dispatcher/update-directory "$MATCH"