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