/etc/init/avahi-cups-reload.conf is in avahi-daemon 0.6.32~rc+dfsg-1ubuntu2.
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 | author "Dmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>"
description "Reload cups, upon starting avahi-daemon to make sure remote queues are populated"
start on started avahi-daemon
task
exec reload cups
|