12 lines
207 B
SYSTEMD
12 lines
207 B
SYSTEMD
[Unit]
|
|
Description=Apply bootc updates
|
|
Documentation=man:bootc(8)
|
|
ConditionPathExists=/run/ostree-booted
|
|
|
|
[Timer]
|
|
OnBootSec=1h
|
|
OnUnitInactiveSec=4h
|
|
RandomizedDelaySec=10min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|