Skip to content
Snippets Groups Projects

Add information about running user for commands

Merged Luke Marlin requested to merge LukeMarlin/website_en:master into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,13 @@ Slug: commands
Authors: cgeek
Here is a guide to the different commands of the `duniter` command-line executable.
## Foreword
These commands should be executed by the user that will actually __run__ the node. For example, if you use systemd to automatically run your node on startup, it will run under the user `duniter`. In that case, the commands below should be run as follow:
```
sudo -u duniter <cmd>
```
## Initialize its node
### `wizard key`
Loading