aboutsummaryrefslogtreecommitdiffstats
path: root/lazystarter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lazystarter.sh')
-rwxr-xr-xlazystarter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazystarter.sh b/lazystarter.sh
index 102830ad..0b1b4056 100755
--- a/lazystarter.sh
+++ b/lazystarter.sh
@@ -75,7 +75,7 @@ case "$selfname" in
lazycelery.sh)
MEDIAGOBLIN_CONFIG="${ini_file}" \
CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery \
- $starter "$@"
+ $starter -B "$@"
;;
*) exit 1 ;;
esac