From db108a30fe94929bcab7313e0224faccde5edc0d Mon Sep 17 00:00:00 2001 From: Alex Haydock Date: Tue, 3 Dec 2024 22:29:44 +0000 Subject: [PATCH] Update timer to be more in-line with dnf-automatic --- src/daemon/rpm-ostreed-automatic.timer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/daemon/rpm-ostreed-automatic.timer b/src/daemon/rpm-ostreed-automatic.timer index d90a9c322e..5e350257e5 100644 --- a/src/daemon/rpm-ostreed-automatic.timer +++ b/src/daemon/rpm-ostreed-automatic.timer @@ -2,10 +2,13 @@ Description=rpm-ostree Automatic Update Trigger Documentation=man:rpm-ostree(1) man:rpm-ostreed.conf(5) ConditionPathExists=/run/ostree-booted +After=network-online.target +Wants=network-online.target [Timer] OnBootSec=1h OnUnitInactiveSec=1d +Persistent=true [Install] WantedBy=timers.target