Centos automatische updates

dnf install dnf-automatic

 

rpm -qi dnf-automatic

 

vim /etc/dnf/automatic.conf

 

upgrade_type = default

 

apply_updates = yes

 

system_name = name server

 

emit_via = motd

 

systemctl enable --now dnf-automatic.timer

 

systemctl list-timers *dnf-*