1
0
Fork 0
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:
Thomas 2023-06-19 20:54:13 +02:00 committed by GitHub
parent da8d1e0fa1
commit df76acf709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery \
--app funkwhale_api.taskapp \
beat \
--loglevel INFO
--error-logfile /var/log/__APP__/__APP__-beat.log
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these

View file

@ -15,7 +15,6 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery \
worker \
--loglevel INFO \
--concurrency=${CELERYD_CONCURRENCY}
--error-logfile /var/log/__APP__/__APP__-worker.log
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these