diff --git a/conf/funkwhale-beat.service b/conf/funkwhale-beat.service index bafe99a..5913bbc 100644 --- a/conf/funkwhale-beat.service +++ b/conf/funkwhale-beat.service @@ -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 diff --git a/conf/funkwhale-worker.service b/conf/funkwhale-worker.service index 2b1012e..4cf8fde 100644 --- a/conf/funkwhale-worker.service +++ b/conf/funkwhale-worker.service @@ -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