mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-02 08:36:39 +02:00
Fix directory name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user