haveged: redirect stdout to stderr in the runit service.

... otherwise the tty could be cluttered with its messages.
This commit is contained in:
Juan RP 2014-12-14 12:59:31 +01:00
parent 09957f7939
commit 78ba66b01a
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
#!/bin/sh
exec 1>&2
exec haveged -w 1024 -v 1 -F

View file

@ -1,7 +1,7 @@
# Template file for 'haveged'
pkgname=haveged
version=1.9.1
revision=1
revision=2
build_style=gnu-configure
short_desc="Entropy harvesting daemon using CPU timings"
maintainer="Juan RP <xtraeme@gmail.com>"