Fix directory name

This commit is contained in:
Sascha Ißbrücker 2024-04-14 20:31:53 +02:00
parent 6e38587174
commit 393d688247

View file

@ -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