summaryrefslogtreecommitdiffstats
path: root/abs/core/gpm/gpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/gpm/gpm.service')
-rw-r--r--abs/core/gpm/gpm.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/gpm/gpm.service b/abs/core/gpm/gpm.service
new file mode 100644
index 0000000..59e837d
--- /dev/null
+++ b/abs/core/gpm/gpm.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target