not_if "grep -q '^containers:' /etc/subgid"
end
+systemd_timer "podman-auto-update-frequency" do
+ timer "podman-auto-update"
+ dropin "frequency"
+ on_boot_sec "5m"
+ on_unit_inactive_sec "20m"
+ randomized_delay_sec "5m"
+end
+
service "podman-auto-update.timer" do
action [:enable, :start]
end