forked from MarseyWorld/MarseyWorld
increase worker count
parent
e5419c2df7
commit
dac480fc38
|
@ -12,7 +12,7 @@ Group = rdrama
|
|||
WorkingDirectory = /d
|
||||
ExecStartPre = /bin/mkdir /run/rdrama
|
||||
ExecStartPre = /bin/chown -R rdrama:rdrama /run/rdrama
|
||||
ExecStart = /bin/bash -c 'set -a && source /e && /usr/bin/env gunicorn files.__main__:app -w 16 --pid /run/rdrama/rdrama.pid'
|
||||
ExecStart = /bin/bash -c 'set -a && source /e && /usr/bin/env gunicorn files.__main__:app -w 32 --pid /run/rdrama/rdrama.pid'
|
||||
ExecReload = /bin/kill -s HUP $MAINPID
|
||||
ExecStop = /bin/kill -s TERM $MAINPID
|
||||
ExecStopPost = /bin/rm -rf /run/rdrama
|
||||
|
|
Loading…
Reference in New Issue