fix: start multiple processes
This commit is contained in:
parent
0514de5f4a
commit
430a3a552d
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ startretries=3 ; 3 attempts before considering it “failed”
|
||||||
stopasgroup=true
|
stopasgroup=true
|
||||||
killasgroup=true
|
killasgroup=true
|
||||||
|
|
||||||
|
; Start multiple instances
|
||||||
|
numprocs=3
|
||||||
|
|
||||||
; Dedicated logs for easier troubleshooting
|
; Dedicated logs for easier troubleshooting
|
||||||
; stdout_logfile=/var/log/supervisor/nextcloud-worker.out.log
|
; stdout_logfile=/var/log/supervisor/nextcloud-worker.out.log
|
||||||
; stderr_logfile=/var/log/supervisor/nextcloud-worker.err.log
|
; stderr_logfile=/var/log/supervisor/nextcloud-worker.err.log
|
||||||
|
|
Loading…
Add table
Reference in a new issue