Add -e flag to journalctl command in systemd guide so that it takes the user to the end of logs automatically. (#3483)

* Make journalctl's pager go to the end of logs automatically

* Aaaaaaaand changelog
This commit is contained in:
jack1142 2020-02-01 01:26:39 +01:00 committed by GitHub
parent b64802b92f
commit 17234ac8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Add `-e` flag to `journalctl` command in systemd guide so that it takes the user to the end of logs automatically.

View File

@ -71,4 +71,4 @@ type the following command in the terminal, still by adding the instance name af
To view Reds log, you can acccess through journalctl:
:code:`sudo journalctl -u red@instancename`
:code:`sudo journalctl -eu red@instancename`