gpm: fix runit service to not print stuff on the running tty.
This commit is contained in:
parent
74863c246b
commit
e1263b0c3c
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 1>&2
|
||||
exec gpm -D -m /dev/input/mice -t imps2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gpm'
|
||||
pkgname=gpm
|
||||
version=1.20.7
|
||||
revision=4
|
||||
revision=5
|
||||
build_options="systemd"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool flex"
|
||||
|
|
Loading…
Reference in New Issue
Block a user