--this-boot has been deprecated for at least 5 years. And it's no longer documented in the linked man page. See https://github.com/systemd/systemd/pull/7880

lacygoill 2023-04-21 09:13:53 +02:00
parent 0dfde5cd0f
commit c98bfe865c

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