diff --git a/root_file_system/default/etc/crontabs/root b/root_file_system/default/etc/crontabs/root index 4b373d6..1c2e7c0 100644 --- a/root_file_system/default/etc/crontabs/root +++ b/root_file_system/default/etc/crontabs/root @@ -4,7 +4,7 @@ */5 * * * * sh /etc/tincstart.sh */5 * * * * sh /etc/nodewatcher.sh -*/5 * * * sh /etc/configurator.sh +0 * * * * sh /etc/configurator.sh 15 01 * * * rdate -s time.fu-berlin.de > /dev/null diff --git a/root_file_system/default/etc/rc.local b/root_file_system/default/etc/rc.local index cdc2335..90ccc2a 100755 --- a/root_file_system/default/etc/rc.local +++ b/root_file_system/default/etc/rc.local @@ -20,4 +20,7 @@ sh /etc/firewall.user #busybox-httpd for crawldata httpd -h /tmp/ + +sh /etc/configurator.sh + exit 0