summarylogtreecommitdiffstats
path: root/gpm.service
diff options
context:
space:
mode:
authorJames P. Harvey2019-08-18 22:48:45 -0400
committerJames P. Harvey2019-08-18 23:09:52 -0400
commita3760dda277e84a8fc0016619a3ac5f7830283d5 (patch)
tree0491462cfa5b88d697173da0e40d54f88c3694f5 /gpm.service
parentb57d20780988b607b21b2bd1856e5fa5797b453c (diff)
downloadaur-a3760dda277e84a8fc0016619a3ac5f7830283d5.tar.gz
Add patch for VM USB tablet support, and use it by default.
Diffstat (limited to 'gpm.service')
-rw-r--r--gpm.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/gpm.service b/gpm.service
index 6d4d403a7410..ca807547eb93 100644
--- a/gpm.service
+++ b/gpm.service
@@ -1,12 +1,11 @@
[Unit]
-Description=Virtual console mouse server
+Description=Virtual console mouse server (for QEMU/VirtualBox)
Requires=systemd-udevd.service
After=systemd-udevd.service
-ConditionPathExists=/dev/input/mice
[Service]
Type=forking
-ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
+ExecStart=/usr/bin/gpm-vm
[Install]
WantedBy=multi-user.target