summarylogtreecommitdiffstats
path: root/gpm.service
diff options
context:
space:
mode:
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