diff options
author | Christian Hesse <mail@eworm.de> | 2023-07-27 23:07:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-07-27 23:07:51 +0200 |
commit | 5c7096fc4abe8d513157ea552d6b807e2b0084b7 (patch) | |
tree | ebc4ad254cea1e3ba17811861833e3df798fe07e | |
parent | 76b15dac72c72c81d5f632a93a20ebad5082322a (diff) | |
download | pacman-offline-5c7096fc4abe8d513157ea552d6b807e2b0084b7.tar.gz pacman-offline-5c7096fc4abe8d513157ea552d6b807e2b0084b7.tar.zst |
README: document the timers
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -33,6 +33,24 @@ It accepts some arguments: * *-t*: start timer for nightly reboot * *-y*: update sync databases +### Timer for preparation + +You can enable a timer to prepare the offline update automatically. + + systemctl enable pacman-offline-prepare.timer + +This will trigger several minutes after boot, then ever day. The databases +are synced, then packages are downloaded. The updates are installed when +ever the system reboots. + +### Timer for nightly reboot + +You can enable a timer for nightly reboot: + + systemctl enable pacman-offline-reboot.timer + +This will trigger at night, if updates are pending and prepared. + Configuration ------------- |