mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Adds stopasgroup to the qcluster run command, as recommended by the documentation
This commit is contained in:
parent
3d7aa7a4b9
commit
2c3cb7f516
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ stderr_logfile_maxbytes=0
|
||||||
[program:scheduler]
|
[program:scheduler]
|
||||||
command=python3 manage.py qcluster
|
command=python3 manage.py qcluster
|
||||||
user=paperless
|
user=paperless
|
||||||
|
stopasgroup = true
|
||||||
|
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue