mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
Fix directory name
This commit is contained in:
parent
6e38587174
commit
393d688247
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ loglevel=info
|
||||||
|
|
||||||
[program:jobs]
|
[program:jobs]
|
||||||
user=www-data
|
user=www-data
|
||||||
# setup a temp home folder for the job, required by chromium to write to .config
|
# setup a temp home folder for the job, required by chromium
|
||||||
environment=HOME=/tmp/.config
|
environment=HOME=/tmp/home
|
||||||
command=python manage.py run_huey -f
|
command=python manage.py run_huey -f
|
||||||
stdout_logfile=background_tasks.log
|
stdout_logfile=background_tasks.log
|
||||||
stdout_logfile_maxbytes=10MB
|
stdout_logfile_maxbytes=10MB
|
||||||
|
|
Loading…
Reference in a new issue