Skip to content

Commit

Permalink
update inc/entropy.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 31, 2014
1 parent bf7b638 commit c50e3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/entropy.inc
Expand Up @@ -6,7 +6,7 @@ if [[ ! -f /proc/user_beancounters ]]; then
echo "*************************************************"
# cat /proc/sys/kernel/random/entropy_avail
yum${CACHESKIP} -y -q install haveged rng-tools
sed -i 's/-w 1024/-w 3072/' /etc/rc.d/init.d/haveged
sed -i 's/-w 1024/-w 4096/' /etc/rc.d/init.d/haveged

chkconfig haveged on
service haveged start
Expand Down

0 comments on commit c50e3b2

Please sign in to comment.