summaryrefslogtreecommitdiff
path: root/gpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'gpm.service')
-rw-r--r--gpm.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/gpm.service b/gpm.service
new file mode 100644
index 0000000..6f10f70
--- /dev/null
+++ b/gpm.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Console Mouse manager
+After=syslog.target
+
+[Service]
+StandardOutput=syslog
+Type=forking
+EnvironmentFile=/etc/sysconfig/mouse
+ExecStart=/usr/sbin/gpm $GPM_OPTIONS
+PIDFile=/var/run/gpm.pid
+
+[Install]
+WantedBy=multi-user.target