We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b46131 commit 10eef4bCopy full SHA for 10eef4b
1 file changed
README.md
@@ -33,7 +33,7 @@
33
- To run the node with a display: `bitpingd`
34
- To run the node in the background:
35
- `bitpingd service install && bitpingd service start`
36
- - `sudo loginctl enable-linger YOUR_USERNAME` This command will keep your node running in the background when you log out
+ - `sudo loginctl enable-linger $(whoami)` This command will keep your node running in the background when you log out
37
- If you are setting up bitpingd as root, you will need to run:
38
- `bitpingd service install --system && bitpingd service start --system`
39
0 commit comments