Changes

From Amahi Wiki
Jump to: navigation, search
781 bytes added ,  18:24, 30 May 2020
Created page with "Amahi [https://www.amahi.org/apps/dnf-automatic DNF automatic] is an application to automate Fedora updates. The configuration file is <i>/etc/dnf/automatic.conf</i>. = Upda..."
Amahi [https://www.amahi.org/apps/dnf-automatic DNF automatic] is an application to automate Fedora updates.

The configuration file is <i>/etc/dnf/automatic.conf</i>.

= Update Type (options are <code>default or security</code>):
upgrade_type = default

= Download Updates (options are <code>yes or no</code>):
download_updates = yes

= Apply Updates (options are <code>yes or no</code>):
apply_updates = no

= Message Reporting
Change the following line (options are <code>stdio, email, motd</code>):
emit_via = motd

== Email Message Reporting (HDA must be configured to send email)
Change the following lines:
email_from = root@example.com
email_to = root
email_host = localhost

Once changes have been completed, you need to restart it:
systemctl restart dnf-automatic
12,424

edits