haveged: redirect stdout to stderr in the runit service.
... otherwise the tty could be cluttered with its messages.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
exec 1>&2
|
||||||
exec haveged -w 1024 -v 1 -F
|
exec haveged -w 1024 -v 1 -F
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'haveged'
|
# Template file for 'haveged'
|
||||||
pkgname=haveged
|
pkgname=haveged
|
||||||
version=1.9.1
|
version=1.9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Entropy harvesting daemon using CPU timings"
|
short_desc="Entropy harvesting daemon using CPU timings"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user