From 9fe8f496a6f68b0219752f43b6b044b41f57e650 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 31 Oct 2019 11:05:34 +0100 Subject: drop conditions from timers --- systemd/pacman-offline-prepare.timer | 1 - systemd/pacman-offline-reboot.timer | 1 - 2 files changed, 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 -- cgit v1.2.3-54-g00ecf