run configurator at boot and every hour via cron
This commit is contained in:
parent
09c2e302ca
commit
1e64ac98b8
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
*/5 * * * * sh /etc/tincstart.sh
|
*/5 * * * * sh /etc/tincstart.sh
|
||||||
*/5 * * * * sh /etc/nodewatcher.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
|
15 01 * * * rdate -s time.fu-berlin.de > /dev/null
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,7 @@ sh /etc/firewall.user
|
||||||
|
|
||||||
#busybox-httpd for crawldata
|
#busybox-httpd for crawldata
|
||||||
httpd -h /tmp/
|
httpd -h /tmp/
|
||||||
|
|
||||||
|
sh /etc/configurator.sh
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue