diff options
Diffstat (limited to 'unmaintained/gpm/gpm.initd')
-rw-r--r-- | unmaintained/gpm/gpm.initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unmaintained/gpm/gpm.initd b/unmaintained/gpm/gpm.initd new file mode 100644 index 0000000000..85b292c317 --- /dev/null +++ b/unmaintained/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 +} |