diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-31 17:52:48 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-31 23:16:41 +0100 |
commit | 64e53a7d32106e334cedeab48e5d9fc4499cd9f0 (patch) | |
tree | 9fc4a914aa28b417f5e0c16867963778739385d2 /doc | |
parent | 461f7b6e76c39c941a3b38a6633df46c3d13a278 (diff) |
packages-update: schedule reboot at pre-calculated time
Diffstat (limited to 'doc')
-rw-r--r-- | doc/packages-update.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/packages-update.md b/doc/packages-update.md index 280c420..b3acf89 100644 --- a/doc/packages-update.md +++ b/doc/packages-update.md @@ -40,7 +40,10 @@ Configuration The configuration goes to `global-config-overlay`, this is the only parameter: * `PackagesUpdateDeferReboot`: defer the reboot for night (between 3 AM - and 4 AM) + and 5 AM) + +By modifying the scheduler's `start-time` you can force the reboot at +different time. > ℹ️ **Info**: Copy relevant configuration from > [`global-config`](../global-config.rsc) (the one without `-overlay`) to |