From d93de4fa61fd08e646edeb5ec11f271deb314976 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 May 2020 13:34:22 -0700 Subject: [PATCH] upgrades: Add information about service restart and system reboot Signed-off-by: Sunil Mohan Adapa --- plinth/modules/upgrades/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plinth/modules/upgrades/__init__.py b/plinth/modules/upgrades/__init__.py index a70038037..6b6d91331 100644 --- a/plinth/modules/upgrades/__init__.py +++ b/plinth/modules/upgrades/__init__.py @@ -20,7 +20,12 @@ is_essential = True managed_packages = ['unattended-upgrades', 'needrestart'] _description = [ - _('Check for and apply the latest software and security updates.') + _('Check for and apply the latest software and security updates.'), + _('Updates are run at 06:00 everyday according to local time zone. Set ' + 'your time zone in Date & Time app. Apps are restarted after update ' + 'causing them to be unavailable briefly. If system reboot is deemed ' + 'necessary, it is done automatically at 02:00 causing all apps to be ' + 'unavailable briefly.') ] app = None