geo-ip: download initial database in background.

on slow internet connections like gprs the first start hung many minutes.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2015-10-31 16:55:17 +01:00
parent c98981ae3d
commit 16cb6ae3d0

View File

@@ -17,7 +17,7 @@ done
# Download ruleset if none has been found.
if ! ${found}; then
/usr/local/bin/xt_geoip_update >/dev/null 2>&1
/usr/local/bin/xt_geoip_update >/dev/null 2>&1 &
fi
exit 0