This commit is contained in:
parent
f9f1a0ec1f
commit
18fb54315d
1 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
upgrade_type = default
|
||||
random_sleep = 0
|
||||
|
||||
# Maximum time in seconds to wait until the system is on-line and able to
|
||||
# connect to remote repositories.
|
||||
network_online_timeout = 60
|
||||
|
||||
# To just receive updates use dnf-automatic-notifyonly.timer
|
||||
|
||||
# Whether updates should be downloaded when they are available, by
|
||||
|
|
@ -61,7 +65,7 @@ email_host = localhost
|
|||
# The shell command to use to send email. This is a Python format string,
|
||||
# as used in str.format(). The format function will pass shell-quoted arguments
|
||||
# called body, subject, email_from, email_to.
|
||||
# command_format = "mail -s {subject} -r {email_from} {email_to}"
|
||||
# command_format = "mail -Ssendwait -s {subject} -r {email_from} {email_to}"
|
||||
|
||||
# The contents of stdin to pass to the command. It is a format string with the
|
||||
# same arguments as `command_format`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue