upgrades: Add information about service restart and system reboot

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2020-05-18 13:34:22 -07:00
parent 6ee60647c9
commit d93de4fa61
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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