Add rippled user permission instructions

This commit is contained in:
wilsonianb
2015-11-16 12:25:26 -08:00
parent 68a3aab84a
commit c32409e3eb

View File

@@ -234,6 +234,10 @@ The steps below describe how to set the domain field of a validator's Ripple acc
See [the `rippled` GitHub repository](https://github.com/ripple/rippled/blob/develop/doc/rippled-example.cfg) for a description of all configuration options.
Changes to the `[debug_logfile]` or `[database_path]` sections may require you to give the `rippled` user and group ownership to your new configured path:
$ chown -R rippled:rippled <configured path>
You will need to restart `rippled` for any configuration changes to take effect:
$ sudo service rippled restart