- Updated readme to include a better command to check the systemd log

This commit is contained in:
Ryan Reaves
2020-02-18 22:56:32 -06:00
parent e6dbd5ea13
commit 1e0f7259c1

View File

@@ -178,7 +178,7 @@ systemctl --user status keyswap
```
2. Check the service journal
```
journalctl -xe
journalctl --user-unit=keyswap.service -b
```
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.