From 70dcfad54341d2d4dc27af10f23373cd603646ac Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 19 Sep 2021 22:31:31 -0400 Subject: [PATCH] systemd script doc minor update --- doc/hushd-systemd.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/hushd-systemd.md b/doc/hushd-systemd.md index 0c63be3d2..c63def8f5 100644 --- a/doc/hushd-systemd.md +++ b/doc/hushd-systemd.md @@ -3,7 +3,7 @@ ## Set it up First set it up as follows: -* Copy hushd.service to the /usr/lib/systemd/user directory (on Arch Linux, but I believe it's the same for the others too) +* Copy hushd.service to the systemd user directory, which is /usr/lib/systemd/user directory ## Basic Usage @@ -23,4 +23,8 @@ Use the following: ## Troubleshooting -Don't run it with sudo or root, or it won't work with the wallet. +* 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)