diff options
author | Christian Hesse <mail@eworm.de> | 2019-11-05 11:10:07 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-11-05 11:10:07 +0100 |
commit | 174c634ae4bffd643ab66634f1155f5b862fd1e5 (patch) | |
tree | b1e5371db1bc5c5ee58766dc5bf0181896eb7e7f | |
parent | 9fe8f496a6f68b0219752f43b6b044b41f57e650 (diff) | |
download | pacman-offline-174c634ae4bffd643ab66634f1155f5b862fd1e5.tar.gz pacman-offline-174c634ae4bffd643ab66634f1155f5b862fd1e5.tar.zst |
run daily, but on calendar...
... to get latest changes before possible reboot.
-rw-r--r-- | systemd/pacman-offline-prepare.timer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/pacman-offline-prepare.timer b/systemd/pacman-offline-prepare.timer index 75ce355..e71fe35 100644 --- a/systemd/pacman-offline-prepare.timer +++ b/systemd/pacman-offline-prepare.timer @@ -3,7 +3,8 @@ Description=Prepare pacman offline system-update [Timer] OnBootSec=5min -OnUnitActiveSec=1d +OnCalendar=02:00:00 +RandomizedDelaySec=45minutes [Install] WantedBy=timers.target |