From 143449c77ce3ea41c75176f88d36dcfa70bd5eee Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Mon, 29 Jul 2019 16:17:57 -0700 Subject: [PATCH] Update cpu-performance.rst (#673) Combine systemctl enable and start commands with a single systemctl enable --now command. --- source/clear-linux/guides/maintenance/cpu-performance.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/cpu-performance.rst b/source/clear-linux/guides/maintenance/cpu-performance.rst index 299514e7..53709f15 100644 --- a/source/clear-linux/guides/maintenance/cpu-performance.rst +++ b/source/clear-linux/guides/maintenance/cpu-performance.rst @@ -169,8 +169,7 @@ by running the command: .. code:: bash - sudo systemctl enable thermald - sudo systemctl start thermald + sudo systemctl enable --now thermald For more information, see the thermald man page: