Last active
June 3, 2025 22:46
-
-
Save sugoidogo/be5f5d95432b5c7780438da0cbea59ee to your computer and use it in GitHub Desktop.
podman auto update after dnf automatic update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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