Skip to content

Instantly share code, notes, and snippets.

@sugoidogo
Last active June 3, 2025 22:46
Show Gist options
  • Save sugoidogo/be5f5d95432b5c7780438da0cbea59ee to your computer and use it in GitHub Desktop.
Save sugoidogo/be5f5d95432b5c7780438da0cbea59ee to your computer and use it in GitHub Desktop.
podman auto update after dnf automatic update
# /etc/systemd/system/dnf-automatic.service.d/override.conf
# run podman-auto-update right after dnf-automatic
# both services are now started by dnf-automatic.timer
[Unit]
Wants=podman-auto-update.service
Before=podman-auto-update.service
[Install]
WantedBy=podman-auto-update.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment