aboutsummaryrefslogtreecommitdiffstats
path: root/lazystarter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lazystarter.sh')
-rwxr-xr-xlazystarter.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazystarter.sh b/lazystarter.sh
index 0ed22fd8..b531b068 100755
--- a/lazystarter.sh
+++ b/lazystarter.sh
@@ -25,7 +25,7 @@ case "$selfname" in
ini_prefix=paste
;;
lazycelery.sh)
- starter_cmd=celeryd
+ starter_cmd=celery
ini_prefix=mediagoblin
;;
*)
@@ -87,7 +87,7 @@ case "$selfname" in
lazycelery.sh)
MEDIAGOBLIN_CONFIG="${ini_file}" \
CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery \
- $starter -B "$@"
+ $starter worker -B "$@"
;;
*) exit 1 ;;
esac