diff --git a/Systemd-integration.md b/Systemd-integration.md index ba25778..a89c0ea 100644 --- a/Systemd-integration.md +++ b/Systemd-integration.md @@ -45,7 +45,7 @@ You can print these logs via: journalctl --user --identifier sway ``` -Using `--follow` and `--this-boot` might be handy. [`journalctl(1)`](https://www.freedesktop.org/software/systemd/man/journalctl.html) for details. +Using `--follow` and `--boot` might be handy. [`journalctl(1)`](https://www.freedesktop.org/software/systemd/man/journalctl.html) for details. ## Running sway itself as a --user service > # :warning: Unsupported instructions