Setting Konfigurasi Automatic Package Updates di CentOS 8
Step by step
- Setting automatic update dengan Dnf-automatic, install package
# dnf install dnf-automatic
- Edit automatic.conf #vim /etc/dnf/automatic.conf
[commands] upgrade_type = default download_updates = yes
[emitters] system_name = hakase-centos8 emit_via = motd
[email] email_from = root@server.com email_to = root email_host = localhost
- Setting automatic download package upgrade
sudo systemctl enable --now dnf-automatic.timer
- Check status dnf-automatic
sudo systemctl list-timers *dnf-*
Di tulis oleh: Nanda Anubis