From 6b1d1420966cc6c208f8c8ab8d52374565a1b37b Mon Sep 17 00:00:00 2001 From: Tristan Escalada Date: Sun, 8 Jan 2017 00:49:35 -0500 Subject: [PATCH] fixing systemd file typo replacing --P with -P --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d4ad63d..4214774 100644 --- a/README.rst +++ b/README.rst @@ -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