summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2013-03-05 10:48:25 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2013-03-05 10:48:25 +0800
commit921e796e4f1c8ab67e9a8d2bc8f3c5f8799c52bb (patch)
tree7df01bf6aeae9b3093ae820080dc9e7e521f7eb9
parentfd46f7f7a5b46a91a9113870c070f3edce878a90 (diff)
Remove the gpm.service since it's already in portageHEADmaster
-rw-r--r--gpm.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpm.service b/gpm.service
deleted file mode 100644
index 86d9315..0000000
--- a/gpm.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Console Mouse manager
-After=syslog.target
-
-# This could probably benefit from socket activation, but honestly I think it
-# is time for gpm to go away, and hence I am not planning to spend the time
-# to add socket activation here.
-
-[Service]
-ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 -D
-#StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target