12 lines
209 B
SYSTEMD
12 lines
209 B
SYSTEMD
[Unit]
|
|
Description=Download bootc updates
|
|
Documentation=man:bootc(8)
|
|
ConditionPathExists=/run/ostree-booted
|
|
|
|
[Timer]
|
|
OnBootSec=15min
|
|
OnUnitInactiveSec=8h
|
|
RandomizedDelaySec=2h
|
|
|
|
[Install]
|
|
WantedBy=timers.target |