From 7dec4ad686740e25c51600a8707db6df8045360e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Ren=C3=A9=20Sch=C3=A4dler?= Date: Tue, 19 Nov 2013 16:20:32 +0100 Subject: [PATCH] "rc.local.tpl" serve.sh should rund in background --- bsp/default/root_file_system/etc/rc.local.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/default/root_file_system/etc/rc.local.tpl b/bsp/default/root_file_system/etc/rc.local.tpl index 26f10d6b..e1c8631d 100755 --- a/bsp/default/root_file_system/etc/rc.local.tpl +++ b/bsp/default/root_file_system/etc/rc.local.tpl @@ -19,7 +19,7 @@ mkdir /tmp/crawldata httpd -h /tmp/crawldata # serve the 30s-cached output of "report.sh gzip" on port 81 with max 1 request/s -/etc/serve.sh 81 1 "/etc/cache.sh 30 /etc/report.sh gzip" +/etc/serve.sh 81 1 "/etc/cache.sh 30 /etc/report.sh gzip" & touch /tmp/started