Merge @ovv's documentation changes and tweak the grammar a bit

This commit is contained in:
Daniel Quinn
2018-07-08 22:12:16 +01:00
4 changed files with 418 additions and 391 deletions

View File

@@ -4,7 +4,7 @@ Description=Paperless webserver
[Service]
User=paperless
Group=paperless
ExecStart=/home/paperless/project/virtualenv/bin/python /home/paperless/project/src/manage.py runserver --noreload 0.0.0.0:8000
ExecStart=/home/paperless/project/virtualenv/bin/gunicorn /home/paperless/project/src/paperless.wsgi -w 2
[Install]
WantedBy=multi-user.target