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