@@ -8196,6 +8196,8 @@ function tox_avahi {
echo 'exit 0' >> /usr/bin/publish-to-avahi
chmod +x /usr/bin/publish-to-avahi
+ systemctl restart avahi-daemon
+
# publish regularly
if ! grep -Fxq "publish-to-avahi" /etc/crontab; then
echo '* * * * * root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab