"rc.local.tpl" serve.sh should rund in background

This commit is contained in:
Marc René Schädler 2013-11-19 16:20:32 +01:00 committed by Marc René Schädler
parent ab85a8af57
commit 7dec4ad686
1 changed files with 1 additions and 1 deletions

View File

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