mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
upgrades: Add information about service restart and system reboot
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
6ee60647c9
commit
d93de4fa61
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user