cron: disable every 1min the gw selection for 1s

This helps batman-adv to find a new and better gateway.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
Reviewed-by: Tobias Klaus <tk+ff@meskal.net>
This commit is contained in:
Tim Niemeyer 2015-09-14 21:58:53 +02:00 committed by Tobias Klaus
parent a7c73a1e4a
commit 4739251fff
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/1 * * * * /usr/sbin/batctl gw off; sleep 1; /usr/sbin/batctl gw client
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null