Publish every minute
This commit is contained in:
parent
789e0ebded
commit
5d3640f475
|
@ -8198,7 +8198,7 @@ function tox_avahi {
|
||||||
|
|
||||||
# publish regularly
|
# publish regularly
|
||||||
if ! grep -Fxq "publish-to-avahi" /etc/crontab; then
|
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
|
fi
|
||||||
|
|
||||||
echo 'tox_avahi' >> $COMPLETION_FILE
|
echo 'tox_avahi' >> $COMPLETION_FILE
|
||||||
|
|
Loading…
Reference in New Issue