tmp workaround for oauth password handling
This commit is contained in:
parent
2ea4a1801e
commit
6e76cf74da
|
@ -110,7 +110,7 @@ in
|
||||||
WorkingDirectory = data_folder;
|
WorkingDirectory = data_folder;
|
||||||
User = username;
|
User = username;
|
||||||
ExecStart = ''${python.pkgs.gunicorn}/bin/gunicorn lenticular_cloud.wsgi --name lenticular_cloud \
|
ExecStart = ''${python.pkgs.gunicorn}/bin/gunicorn lenticular_cloud.wsgi --name lenticular_cloud \
|
||||||
--workers 3 --log-level=info \
|
--workers 1 --log-level=info \
|
||||||
--bind=unix:/run/${username}/web.sock \
|
--bind=unix:/run/${username}/web.sock \
|
||||||
-k gevent'';
|
-k gevent'';
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
|
Loading…
Reference in a new issue