~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/unicast-local-avahi.conf

  • Committer: Balint Reczey
  • Date: 2020-06-11 18:46:02 UTC
  • Revision ID: balint.reczey@canonical.com-20200611184602-2rv1zan3xu723x2u
Moved to git at https://git.launchpad.net/update-notifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
description "Notification regarding avahi disabled due to .local domain"
2
 
author "Brian Murray <brian@ubuntu.com>"
3
 
 
4
 
start on (
5
 
    file FILE=/run/avahi-daemon/disabled-for-unicast-local EVENT=create
6
 
)
7
 
 
8
 
 
9
 
script
10
 
echo $(date)
11
 
echo "avahi disabled"
12
 
sleep 5
13
 
/usr/lib/update-notifier/local-avahi-notification
14
 
end script