From cd3167663444c89d1c515dd3aaa55d6fe8e56dbf Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 15:13:30 -0700 Subject: [PATCH] Add command to access logs. --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index df41c16..ae6136e 100644 --- a/server/README.md +++ b/server/README.md @@ -25,7 +25,7 @@ repository. (Ex: `sudo ln -s /etc/systemd/system/ghost-writer.service /server/gh * To restart the server, run `sudo systemctl restart ghost-writer`. * To stop the server, run `sudo systemctl stop ghost-writer`. -* To access the server logs, run `journalctl` +* To access the server logs, run `sudo journalctl -u ghost-writer` ## Using a detached terminal: