When you do not care about uptime but you do care about security ( hint: firewalling )
dnf install dnf-automatic
### Edit and set auto reboot here:
nano /etc/dnf/automatic.conf
systemctl enable --now dnf-automatic.timer
When you do not care about uptime but you do care about security ( hint: firewalling )
dnf install dnf-automatic
### Edit and set auto reboot here:
nano /etc/dnf/automatic.conf
systemctl enable --now dnf-automatic.timer
Leave a Reply