Skip to content
Snippets Groups Projects
Commit b37f9a36 authored by Tim Niemeyer's avatar Tim Niemeyer Committed by Steffen Pankratz
Browse files

configurator,crontab: smaller clean ups


Signed-off-by: default avatarTim Niemeyer <tim.niemeyer@mastersword.de>
Reviewed-by: default avatarSteffen Pankratz <kratz00@gmx.de>
parent 101cd590
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ if [ -f /etc/config/configurator ];then
API_IPV6_INTERFACE=`uci get configurator.@api[0].ipv6_interface`
API_TIMEOUT=`uci get configurator.@api[0].timeout`
API_RETRY=`uci get configurator.@api[0].retry`
SCRIPT_VERSION=`uci get configurator.@script[0].version`
SCRIPT_ERROR_LEVEL=`uci get configurator.@script[0].error_level`
SCRIPT_LOGFILE=`uci get configurator.@script[0].logfile`
CRAWL_METHOD=`uci get configurator.@crawl[0].method`
......
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; /etc/syncHostname.sh
*/1 * * * * /usr/sbin/batctl gw off; sleep 1; /usr/sbin/batctl gw client
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null
#Enable zapp script if you are running a gateway
#*/1 * * * * /etc/init.d/zapp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment