This file is indexed.

/usr/share/upstart/sessions/unicast-local-avahi.conf is in update-notifier 3.192.

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
description "Notification regarding avahi disabled due to .local domain"
author "Brian Murray <brian@ubuntu.com>"

start on (
    file FILE=/run/avahi-daemon/disabled-for-unicast-local EVENT=create
)


script
echo $(date)
echo "avahi disabled"
sleep 5
/usr/lib/update-notifier/local-avahi-notification
end script