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