haveged: redirect stdout to stderr in the runit service.
... otherwise the tty could be cluttered with its messages.
This commit is contained in:
parent
09957f7939
commit
78ba66b01a
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 1>&2
|
||||
exec haveged -w 1024 -v 1 -F
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue