This unit is provided by:
Options
-
[Install]-
WantedBy=default.target
-
-
[Service]-
ExecStart=/usr/bin/podman auto-update -
ExecStartPost=/usr/bin/podman image prune -f -
Type=oneshot
-
-
[Unit]-
After=network-online.target -
Description=Podman auto-update service -
Documentation=man:podman-auto-update(1) -
Wants=network-online.target
-
Additionnal notes
Nothing here.