Difference between revisions of "DNF Automatic"

From Amahi Wiki
Jump to: navigation, search
 
Line 23: Line 23:
 
</ul>
 
</ul>
 
<br \>
 
<br \>
Once changes have been completed, you need to restart it:
+
Once changes have been made, the timer will be restarted automatically by the application.
systemctl restart dnf-automatic<br \>
 
  
  
 
[[Category: apps]]
 
[[Category: apps]]

Latest revision as of 21:10, 26 July 2020

Amahi DNF automatic is an application to automate Fedora updates.

The configuration file is located at /etc/dnf/automatic.conf and can be edited from the application.

  • Updates
    • Update Type (options are default or security):
      upgrade_type = default
    • Download Updates (options are yes or no):
      download_updates = yes
    • Apply Updates (options are yes or no):
      apply_updates = no
  • Message Reporting
    • Change the following line (options are stdio, email, motd):
      emit_via = motd
    • Email Message Reporting (HDA must be configured to send email)
      email_from = root@example.com

      email_to = root

      email_host = localhost


Once changes have been made, the timer will be restarted automatically by the application.