mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
10 lines
173 B
Text
10 lines
173 B
Text
#!/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
|
|
}
|