From 1e0f7259c1d6e12816bf473f55f963e968a97ca4 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 18 Feb 2020 22:56:32 -0600 Subject: [PATCH] - Updated readme to include a better command to check the systemd log --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abfd14f..595919d 100644 --- a/README.md +++ b/README.md @@ -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.