• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Sam Black@lemm.eetoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    You can start it with systemctl start podman-auto-update.service It’ll auto update daily at 00:00.

    Be aware you need to enable and start podman-auto-update.timer for this to work automatically (ie systemctl enable --now podman-auto-update.timer), this command will just update the images once only.

    I don’t think this works for non-system podman images, so you’d have to do systemctl --user enable --now podman-auto-update.timer for each user.