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