
This is only recommended for development machines. If you are happy to apply security patches from the central repos as they are released.
So that magic is from the https://dnf.readthedocs.io/en/latest/automatic.html
So its a systemd timer (think cron job). And using the configuration file /etc/dnf/automatic.conf it will download and install security patches.
I think its default to apply_updates but you can just download them.
Now what about a scheduled reboot of the machine – when a restart is required.
So you can test it out e.g. “dnf-automatic –installupdates” and you should compare to “dnf –security check-update” as that hasn’t always matched. Actually right now I can see it isn’t matching on Alma.
And to see what it does in the log:
You won’t see pre-boot information unless you configure /etc/systemd/journal.conf
And restart the journalling service: