summaryrefslogtreecommitdiffstats
path: root/deploy/reel2bits-worker.service
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/reel2bits-worker.service')
-rw-r--r--deploy/reel2bits-worker.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/reel2bits-worker.service b/deploy/reel2bits-worker.service
index 9437f93e..1369be84 100644
--- a/deploy/reel2bits-worker.service
+++ b/deploy/reel2bits-worker.service
@@ -18,7 +18,7 @@ Environment="APP_SETTINGS='config.production_secret.Config'"
# of CPUs. You can adjust this, by explicitly setting the --concurrency
# flag:
# celery -A tasks.celery worker -l INFO --concurrency=4
-ExecStart=/home/reel2bits/reel2bits/venv/bin/celery worker -A tasks.celery -l INFO
+ExecStart=/home/reel2bits/reel2bits/venv/bin/celery -A tasks.celery worker -l INFO
TimeoutSec=15
Restart=always