fixes typo in user config path (#7159)

This commit is contained in:
Robert Jensen 2017-11-29 05:12:03 -05:00 committed by Afri Schoedon
parent 33a96f8ffe
commit ba89f34751
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
# run as root, set base_path in config.toml
ExecStart=/usr/bin/parity --config /etc/parity/config.toml
# To run as user, comment out above and uncomment below, fill in user and group
# picks up users default config.toml in $HOME/.local/.share/io.parity.ethereum/
# picks up users default config.toml in $HOME/.local/share/io.parity.ethereum/
# User=username
# Group=groupname
# ExecStart=/usr/bin/parity