summaryrefslogtreecommitdiff
path: root/core/gpm/gpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpm/gpm.service')
-rw-r--r--core/gpm/gpm.service7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/gpm/gpm.service b/core/gpm/gpm.service
index 3e52af729..59e837d80 100644
--- a/core/gpm/gpm.service
+++ b/core/gpm/gpm.service
@@ -1,6 +1,9 @@
[Unit]
-Description=GPM daemon
+Description=Virtual console mouse server
[Service]
Type=forking
-ExecStart=/usr/sbin/gpm
+ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target