Skip to content
Snippets Groups Projects
Commit 31413fe6 authored by Georg Krause's avatar Georg Krause
Browse files

Merge branch '1160-systemd-fix' into 'develop'

Resolve "funkwhale-worker.service error option --concurrency"

Closes #1160

See merge request funkwhale/funkwhale!1296
parents 15af4a16 942d0d14
No related branches found
No related tags found
No related merge requests found
Fixed systemd unit for funkwhale-worker (#1160)
......@@ -7,8 +7,9 @@ PartOf=funkwhale.target
User=funkwhale
# adapt this depending on the path of your funkwhale installation
WorkingDirectory=/srv/funkwhale/api
Environment="CELERYD_CONCURRENCY=0"
EnvironmentFile=/srv/funkwhale/config/.env
ExecStart=/srv/funkwhale/virtualenv/bin/celery -A funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY-0}
ExecStart=/srv/funkwhale/virtualenv/bin/celery -A funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY}
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment