summarylogtreecommitdiffstats
path: root/udevmon.service
diff options
context:
space:
mode:
authorFrancisco Lopes2019-05-29 12:29:55 -0300
committerFrancisco Lopes2019-05-29 12:53:57 -0300
commit4202ac320ca0226295e36b97c8ca495f69183c49 (patch)
tree168736b06f40f9ff2c323649f964195e03b34e7b /udevmon.service
parentf2254cfe0263727a62339756eb74d14364af99d2 (diff)
downloadaur-4202ac320ca0226295e36b97c8ca495f69183c49.tar.gz
Wait udev-settle for loading after /dev/input
This attempts to fix the issue of the service not recognizing devices on boot.
Diffstat (limited to 'udevmon.service')
-rw-r--r--udevmon.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/udevmon.service b/udevmon.service
index 744cb0886197..ef4491cdbf94 100644
--- a/udevmon.service
+++ b/udevmon.service
@@ -1,6 +1,7 @@
[Unit]
Description=udevmon
-After=systemd-user-sessions.service
+Wants=systemd-udev-settle.service
+After=systemd-udev-settle.service
[Service]
ExecStart=/usr/bin/nice -n -20 /usr/bin/udevmon -c /etc/udevmon.yaml