mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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
2 changed files with 2 additions and 1 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue