From 1e64ac98b835e73681f1e0713980324af5c9ea96 Mon Sep 17 00:00:00 2001 From: bjo Date: Thu, 4 Aug 2011 02:07:25 +0000 Subject: [PATCH] run configurator at boot and every hour via cron --- root_file_system/default/etc/crontabs/root | 2 +- root_file_system/default/etc/rc.local | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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