aboutsummaryrefslogtreecommitdiffstats
path: root/main/gpm/gpm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/gpm/gpm.initd')
-rw-r--r--main/gpm/gpm.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gpm/gpm.initd b/main/gpm/gpm.initd
new file mode 100644
index 00000000000..85b292c3171
--- /dev/null
+++ b/main/gpm/gpm.initd
@@ -0,0 +1,10 @@
+#!/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
+}