aports/testing/gpm/gpm.initd
2019-02-26 11:10:55 +01:00

11 lines
173 B
Plaintext

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