Skip to content

Commit 94b701f

Browse files
authored
Merge pull request #5183 from alexhaydock/update-automatic-timer
Update timer to be more in-line with dnf-automatic
2 parents e601c83 + db108a3 commit 94b701f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/daemon/rpm-ostreed-automatic.timer

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Description=rpm-ostree Automatic Update Trigger
33
Documentation=man:rpm-ostree(1) man:rpm-ostreed.conf(5)
44
ConditionPathExists=/run/ostree-booted
5+
After=network-online.target
6+
Wants=network-online.target
57

68
[Timer]
79
OnBootSec=1h
810
OnUnitInactiveSec=1d
11+
Persistent=true
912

1013
[Install]
1114
WantedBy=timers.target

0 commit comments

Comments
 (0)