Fix missing home directory in background tasks

This commit is contained in:
Sascha Ißbrücker
2024-04-14 20:28:39 +02:00
parent 123c6fe02a
commit 6e38587174
4 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +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
command=python manage.py run_huey -f
stdout_logfile=background_tasks.log
stdout_logfile_maxbytes=10MB