fixes typo in user config path (#7159)
This commit is contained in:
parent
33a96f8ffe
commit
ba89f34751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user