mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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']
|
managed_packages = ['unattended-upgrades', 'needrestart']
|
||||||
|
|
||||||
_description = [
|
_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
|
app = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user