readme
This commit is contained in:
parent
757270c53f
commit
15db984b46
|
@ -159,7 +159,7 @@ you can run this in a `sceen`, but it might be better to create a service like,
|
|||
User=cosmo
|
||||
Group=cosmo
|
||||
RuntimeDirectory=gunicorn
|
||||
WorkingDirectory=/home/cosmo/rug-website/
|
||||
WorkingDirectory=absolute-path-to/rugwebsite/
|
||||
ExecStart=absolute-path-to/rugwebsite/venv/bin/gunicorn --pid /run/gunicorn/yourwebsitepid --bind 127.0.0.1:8890 wsgi
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
ExecStop=/bin/kill -s TERM $MAINPID
|
||||
|
|
Loading…
Reference in New Issue