aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gpm/gpm.initd
blob: 85b292c3171953f7de4f371c75b389a0079ebc40 (plain)
1
2
3
4
5
6
7
8
9
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
}