mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 01:11:28 +00:00
Minor details on logs via journald
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.
|
||||
|
|
Loading…
Reference in a new issue