From 9b1c564a136ac2b05b663f923efa1e5cfa7a6ecc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 20 Jan 2020 09:21:26 +0100 Subject: [PATCH] systemd: don't run inputplug in the background This way, we will get messages during changes in journal. --- systemd/inputplug@.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systemd/inputplug@.service b/systemd/inputplug@.service index d9f52cd..86ec112 100644 --- a/systemd/inputplug@.service +++ b/systemd/inputplug@.service @@ -5,5 +5,4 @@ PartOf=graphical-session@%i.target [Service] Environment=DISPLAY=%I ExecStartPre=/usr/bin/setxkbmap us -ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event -Type=forking +ExecStart=%h/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event