mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix service
This commit is contained in:
parent
da8d1e0fa1
commit
df76acf709
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery \
|
||||||
--app funkwhale_api.taskapp \
|
--app funkwhale_api.taskapp \
|
||||||
beat \
|
beat \
|
||||||
--loglevel INFO
|
--loglevel INFO
|
||||||
--error-logfile /var/log/__APP__/__APP__-beat.log
|
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
|
|
|
@ -15,7 +15,6 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery \
|
||||||
worker \
|
worker \
|
||||||
--loglevel INFO \
|
--loglevel INFO \
|
||||||
--concurrency=${CELERYD_CONCURRENCY}
|
--concurrency=${CELERYD_CONCURRENCY}
|
||||||
--error-logfile /var/log/__APP__/__APP__-worker.log
|
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
|
|
Loading…
Reference in a new issue