aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gpm/gpm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gpm/gpm.initd')
-rw-r--r--testing/gpm/gpm.initd10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gpm/gpm.initd b/testing/gpm/gpm.initd
deleted file mode 100644
index 85b292c3171..00000000000
--- a/testing/gpm/gpm.initd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile=/var/run/gpm.pid
-command=/usr/sbin/gpm
-command_args=${gpm_opts:--m /dev/input/mice -t imps2}
-
-depend() {
- after localmount
- use hotplug logger
-}