diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-31 11:05:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-31 11:05:34 +0100 |
commit | 9fe8f496a6f68b0219752f43b6b044b41f57e650 (patch) | |
tree | 9bdcc38dfa1143c4db66f605cdd7c81c816531f0 | |
parent | 52d2d0d1955f87155fefd8c3e46b93d010909af0 (diff) | |
download | pacman-offline-9fe8f496a6f68b0219752f43b6b044b41f57e650.tar.gz pacman-offline-9fe8f496a6f68b0219752f43b6b044b41f57e650.tar.zst |
drop conditions from timers
-rw-r--r-- | systemd/pacman-offline-prepare.timer | 1 | ||||
-rw-r--r-- | systemd/pacman-offline-reboot.timer | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/systemd/pacman-offline-prepare.timer b/systemd/pacman-offline-prepare.timer index 313b8cc..75ce355 100644 --- a/systemd/pacman-offline-prepare.timer +++ b/systemd/pacman-offline-prepare.timer @@ -1,6 +1,5 @@ [Unit] Description=Prepare pacman offline system-update -ConditionPathExists=!/var/lib/pacman/db.lck [Timer] OnBootSec=5min diff --git a/systemd/pacman-offline-reboot.timer b/systemd/pacman-offline-reboot.timer index b958b84..94855c7 100644 --- a/systemd/pacman-offline-reboot.timer +++ b/systemd/pacman-offline-reboot.timer @@ -1,6 +1,5 @@ [Unit] Description=Reboot for pacman offline system-update -ConditionPathExists=/system-update [Timer] OnCalendar=03:00:00 |