mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
10 lines
173 B
Bash
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
|
|
}
|