Skip to content

Commit db108a3

Browse files
committed
Update timer to be more in-line with dnf-automatic
1 parent 2521d56 commit db108a3

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)