From 5d66e6b749537a4c6b69ee5ea55f3ff974cc7276 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 14 Jun 2018 08:56:26 -0700 Subject: [PATCH] swupd: fix autoupdate documentation The autoupdate subcommand has been around for a very long time now and should be used instead of the systemctl masking commands. Signed-off-by: Matthew Johnson --- source/clear-linux/concepts/swupd-about.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/concepts/swupd-about.rst b/source/clear-linux/concepts/swupd-about.rst index 77b9ffaf..17bce34d 100644 --- a/source/clear-linux/concepts/swupd-about.rst +++ b/source/clear-linux/concepts/swupd-about.rst @@ -95,11 +95,11 @@ patches. Clear Linux OS will automatically check for updates and apply them. This default can be disabled by running:: - # systemctl mask swupd-update.timer + # swupd autoupdate --disable And reenabled by running:: - # systemctl unmask swupd-update.timer + # swupd autoupdate --enable Update speed