diff options
author | Christian Hesse <mail@eworm.de> | 2017-09-28 22:51:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-09-28 22:51:43 +0200 |
commit | da536e2381b9c399f7c3beaff322abac91c8be85 (patch) | |
tree | 7dfdd4e2b4d777307b2e79893c58f45bc19dcccf /systemd/pacman-offline-prepare.timer | |
parent | c53dcadab9cebef99622f016fd828028aaab2c95 (diff) | |
download | pacman-offline-da536e2381b9c399f7c3beaff322abac91c8be85.tar.gz pacman-offline-da536e2381b9c399f7c3beaff322abac91c8be85.tar.zst |
add timer to prepare system-update
Diffstat (limited to 'systemd/pacman-offline-prepare.timer')
-rw-r--r-- | systemd/pacman-offline-prepare.timer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/pacman-offline-prepare.timer b/systemd/pacman-offline-prepare.timer new file mode 100644 index 0000000..75ce355 --- /dev/null +++ b/systemd/pacman-offline-prepare.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Prepare pacman offline system-update + +[Timer] +OnBootSec=5min +OnUnitActiveSec=1d + +[Install] +WantedBy=timers.target |