diff options
Diffstat (limited to 'sys-apps/haveged/files/haveged-conf.d')
-rw-r--r-- | sys-apps/haveged/files/haveged-conf.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/haveged/files/haveged-conf.d b/sys-apps/haveged/files/haveged-conf.d new file mode 100644 index 000000000000..b469b4d52fdb --- /dev/null +++ b/sys-apps/haveged/files/haveged-conf.d @@ -0,0 +1,10 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +WATERMARK=1024 + +# -r0 is added always +HAVEGED_OPTS="-w ${WATERMARK} -v 1" + +# vim:ft=gentoo-conf-d: |