Minor details on logs via journald

Hugo Osvaldo Barrera 2021-08-11 08:08:03 +00:00
parent af0d476077
commit c3c7654b1a

@ -43,6 +43,14 @@ If you'd like sway's output to be handled by journald (like a systemd service),
exec systemd-cat --identifier=sway sway
```
You can print these logs via:
```bash
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.
## Running sway itself as a --user service
It is not recommended that you run `sway` as a systemd service.