minor documenation update
This commit is contained in:
@@ -14,17 +14,22 @@ How to stop the script:
|
||||
`systemctl stop --user hushd.service`
|
||||
|
||||
How to restart the script:
|
||||
`systemctl stop --user hushd.service`
|
||||
`systemctl restart --user hushd.service`
|
||||
|
||||
## How to watch it as it starts
|
||||
|
||||
Use the following:
|
||||
Use the following on most Linux distros:
|
||||
`watch systemctl status --user hushd.service`
|
||||
|
||||
If you're using Ubuntu 20.04, then try this instead as the above did not work for me on Ubuntu 20.04 server:
|
||||
`tail -f ~/.hush/HUSH3/debug.log`
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
* Don't run it with sudo or root, or it won't work with the wallet.
|
||||
|
||||
### To-do
|
||||
|
||||
* determine best method to get logs when using on Ubuntu server as it is not displayed when watching it or when start/stopping the systemd service (testd on Ubuntu server 20.04 running on VPS)
|
||||
* Determine why Ubuntu 20.04 didn't produce the expected outcome with watch and systemctl
|
||||
* Create the hushd rc.d script
|
||||
* Create the hushd runit script
|
||||
|
||||
Reference in New Issue
Block a user