From 15db984b461528ae20d8fdd1b0edc2cbcb2deabe Mon Sep 17 00:00:00 2001 From: Herbert Kruitbosch Date: Tue, 28 Nov 2017 15:41:34 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39abdf6..fe28267 100755 --- a/README.md +++ b/README.md @@ -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