systemd: don't run inputplug in the background

This way, we will get messages during changes in journal.
This commit is contained in:
Vincent Bernat 2020-01-20 09:21:26 +01:00
parent d1f696e088
commit 9b1c564a13

View file

@ -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