Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
d3fdce07
Commit
d3fdce07
authored
Apr 13, 2021
by
Virgile Robles
Browse files
Correctly set default value in systemd unit
parent
1492e252
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/funkwhale-worker.service
View file @
d3fdce07
...
...
@@ -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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment