Blame etc/dnf/automatic.conf

Packit 6f3914
[commands]
Packit 6f3914
#  What kind of upgrade to perform:
Packit 6f3914
# default                            = all available upgrades
Packit 6f3914
# security                           = only the security upgrades
Packit 6f3914
upgrade_type = default
Packit 6f3914
random_sleep = 0
Packit 6f3914
Packit 6f3914
# To just receive updates use dnf-automatic-notifyonly.timer
Packit 6f3914
Packit 6f3914
# Whether updates should be downloaded when they are available, by
Packit 6f3914
# dnf-automatic.timer. notifyonly.timer, download.timer and
Packit 6f3914
# install.timer override this setting.
Packit 6f3914
download_updates = yes
Packit 6f3914
Packit 6f3914
# Whether updates should be applied when they are available, by
Packit 6f3914
# dnf-automatic.timer. notifyonly.timer, download.timer and
Packit 6f3914
# install.timer override this setting.
Packit 6f3914
apply_updates = no
Packit 6f3914
Packit 6f3914
Packit 6f3914
[emitters]
Packit 6f3914
# Name to use for this system in messages that are emitted.  Default is the
Packit 6f3914
# hostname.
Packit 6f3914
# system_name = my-host
Packit 6f3914
Packit 6f3914
# How to send messages.  Valid options are stdio, email and motd.  If
Packit 6f3914
# emit_via includes stdio, messages will be sent to stdout; this is useful
Packit 6f3914
# to have cron send the messages.  If emit_via includes email, this
Packit 6f3914
# program will send email itself according to the configured options.
Packit 6f3914
# If emit_via includes motd, /etc/motd file will have the messages. if
Packit 6f3914
# emit_via includes command_email, then messages will be send via a shell
Packit 6f3914
# command compatible with sendmail.
Packit 6f3914
# Default is email,stdio.
Packit 6f3914
# If emit_via is None or left blank, no messages will be sent.
Packit 6f3914
emit_via = stdio
Packit 6f3914
Packit 6f3914
Packit 6f3914
[email]
Packit 6f3914
# The address to send email messages from.
Packit 6f3914
email_from = root@example.com
Packit 6f3914
Packit 6f3914
# List of addresses to send messages to.
Packit 6f3914
email_to = root
Packit 6f3914
Packit 6f3914
# Name of the host to connect to to send email messages.
Packit 6f3914
email_host = localhost
Packit 6f3914
Packit 6f3914
Packit 6f3914
[command]
Packit 6f3914
# The shell command to execute. This is a Python format string, as used in
Packit 6f3914
# str.format(). The format function will pass a shell-quoted argument called
Packit 6f3914
# `body`.
Packit 6f3914
# command_format = "cat"
Packit 6f3914
Packit 6f3914
# The contents of stdin to pass to the command. It is a format string with the
Packit 6f3914
# same arguments as `command_format`.
Packit 6f3914
# stdin_format = "{body}"
Packit 6f3914
Packit 6f3914
Packit 6f3914
[command_email]
Packit 6f3914
# The shell command to use to send email. This is a Python format string,
Packit 6f3914
# as used in str.format(). The format function will pass shell-quoted arguments
Packit 6f3914
# called body, subject, email_from, email_to.
Packit 6f3914
# command_format = "mail -s {subject} -r {email_from} {email_to}"
Packit 6f3914
Packit 6f3914
# The contents of stdin to pass to the command. It is a format string with the
Packit 6f3914
# same arguments as `command_format`.
Packit 6f3914
# stdin_format = "{body}"
Packit 6f3914
Packit 6f3914
# The address to send email messages from.
Packit 6f3914
email_from = root@example.com
Packit 6f3914
Packit 6f3914
# List of addresses to send messages to.
Packit 6f3914
email_to = root
Packit 6f3914
Packit 6f3914
Packit 6f3914
[base]
Packit 6f3914
# This section overrides dnf.conf
Packit 6f3914
Packit 6f3914
# Use this to filter DNF core messages
Packit 6f3914
debuglevel = 1