Commit b913be71 authored by Owain Jones's avatar Owain Jones
Browse files

added haveged

parent 02f5763e
......@@ -100,3 +100,11 @@ firewall-cmd --reload
# Set the system timezone to UTC
timedatectl set-timezone UTC
# Install haveged to stop crypto stuff from hanging so much
# when it depletes /dev/random..! (The bcrypt library on PHP
# has a tendency to do this, which causes the occasional
# gateway timeout when registering / changing user passwords
# on the website.
yum install haveged
systemctl enable haveged
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment