From c98bfe865cab7a9e881d201fe1338830da4d38aa Mon Sep 17 00:00:00 2001 From: lacygoill Date: Fri, 21 Apr 2023 09:13:53 +0200 Subject: [PATCH] `--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 --- Systemd-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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