From 393d6882477e9d127815b72a78d05a55e847a747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sun, 14 Apr 2024 20:31:53 +0200 Subject: [PATCH] Fix directory name --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index 1447d5c..54a4c8a 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,8 +4,8 @@ loglevel=info [program:jobs] user=www-data -# setup a temp home folder for the job, required by chromium to write to .config -environment=HOME=/tmp/.config +# setup a temp home folder for the job, required by chromium +environment=HOME=/tmp/home command=python manage.py run_huey -f stdout_logfile=background_tasks.log stdout_logfile_maxbytes=10MB