diff --git a/changelog.d/3483.docs.rst b/changelog.d/3483.docs.rst new file mode 100644 index 000000000..8ca9a15da --- /dev/null +++ b/changelog.d/3483.docs.rst @@ -0,0 +1 @@ +Add `-e` flag to `journalctl` command in systemd guide so that it takes the user to the end of logs automatically. diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index fcf8111e9..168c06d66 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -71,4 +71,4 @@ type the following command in the terminal, still by adding the instance name af To view Red’s log, you can acccess through journalctl: -:code:`sudo journalctl -u red@instancename` +:code:`sudo journalctl -eu red@instancename`