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
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.