Skip to content

Commit

Permalink
fixing systemd file typo
Browse files Browse the repository at this point in the history
replacing --P with -P
  • Loading branch information
tescalada committed Jan 8, 2017
1 parent c6c634b commit 6b1d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b1d142

Please sign in to comment.