fixing systemd file typo

replacing --P with -P
This commit is contained in:
Tristan Escalada 2017-01-08 00:49:35 -05:00 committed by GitHub
parent c6c634b06f
commit 6b1d142096

@ -478,7 +478,7 @@ config file for ``systemd`` can be seen below::
User=www-data
Group=www-data
ExecStart=/usr/local/bin/pypi-server -p 8080 -a update,download --log-file /var/log/pypiserver.log --P /etc/nginx/.htpasswd /var/www/pypi
ExecStart=/usr/local/bin/pypi-server -p 8080 -a update,download --log-file /var/log/pypiserver.log -P /etc/nginx/.htpasswd /var/www/pypi
ExecStop=/bin/kill -TERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
Restart=always