aports/main/gpm/gpm.initd
Natanael Copa 2cf47a8f69 main/gpm: move from testing
fixes commit a0805037b5 (main/mc: enable mouse support with gpm)
2022-03-30 11:09:25 +02:00

10 lines
173 B
Bash

#!/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
}