From b2f80a72d5ea7bec9c68fad541334a03e609534c Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 15 Nov 2016 21:07:32 +0000 Subject: [PATCH] Add documentation for auto-update Clear Linux now enables software updates run automatically by default. This change notifies users of this behavior as well as how to disable and reenable it. --- source/swupdate_about_sw_update.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/swupdate_about_sw_update.rst b/source/swupdate_about_sw_update.rst index 1181c77f..47cad57b 100644 --- a/source/swupdate_about_sw_update.rst +++ b/source/swupdate_about_sw_update.rst @@ -90,6 +90,15 @@ about synchronizing versions and updates. At the system admin level, it ensures security is tighter and makes it far easier to monitor and update patches. +Clear Linux OS will automatically check for updates and apply them. This default +can be disabled by running:: + + # systemctl mask swupd-update.timer + +And reenabled by running:: + + # systemctl unmask swupd-update.timer + Update speed ------------