Support for haveged
diff --git a/README.rst b/README.rst
index f3819ed..562fd51 100644
--- a/README.rst
+++ b/README.rst
@@ -294,7 +294,7 @@
               printf "Unauthorized access strictly prohibited.\n"
 
 RHEL / CentOS
-~~~~~~~~~~~~~
+^^^^^^^^^^^^^
 
 Unfortunately ``update-motd`` is currently not available for RHEL so there's
 no native support for dynamic motd.
@@ -308,6 +308,19 @@
           This is [company name] network.
           Unauthorized access strictly prohibited.
 
+Haveged
+~~~~~~~
+
+If you are running headless server and are low on entropy, it may be a good
+idea to setup Haveged.
+
+.. code-block:: yaml
+
+    linux:
+      system:
+        haveged:
+          enabled: true
+
 Linux network
 -------------