debian-atomic-system-files/apt-ostree-systemd/systemd/system/apt-ostreed-automatic.timer
2025-09-01 14:05:34 -07:00

14 lines
299 B
SYSTEMD

[Unit]
Description=APT-OSTree Automatic Update Trigger
Documentation=man:apt-ostree(1) man:apt-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