cpu governor
diff --git a/README.rst b/README.rst
index b2cf09f..0da1874 100644
--- a/README.rst
+++ b/README.rst
@@ -204,6 +204,21 @@
             net.ipv4.tcp_keepalive_time: 30
             net.ipv4.tcp_keepalive_probes: 8
 
+
+CPU
+~~~
+
+Disable ondemand cpu mode service:
+
+.. code-block:: yaml
+
+    linux:
+      system:
+        cpu:
+          governor: performance
+
+
+
 Repositories
 ~~~~~~~~~~~~