From df76acf709a8a91a6815a97d0856f64adada523b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:54:13 +0200 Subject: [PATCH] fix service --- conf/funkwhale-beat.service | 1 - conf/funkwhale-worker.service | 1 - 2 files changed, 2 deletions(-) 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