run configurator at boot and every hour via cron

This commit is contained in:
bjo 2011-08-04 02:07:25 +00:00
parent 09c2e302ca
commit 1e64ac98b8
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -20,4 +20,7 @@ sh /etc/firewall.user
#busybox-httpd for crawldata
httpd -h /tmp/
sh /etc/configurator.sh
exit 0