@@ -8198,7 +8198,7 @@ function tox_avahi {
# publish regularly
if ! grep -Fxq "publish-to-avahi" /etc/crontab; then
- echo '*/1 * * * * root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab
+ echo '* * * * * root /usr/bin/publish-to-avahi > /dev/null' >> /etc/crontab
fi
echo 'tox_avahi' >> $COMPLETION_FILE