Publish every minute

This commit is contained in:
Bob Mottram 2015-08-24 19:45:04 +01:00
parent 789e0ebded
commit 5d3640f475
1 changed files with 1 additions and 1 deletions

View File

@ -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