doc: Example send_error_messages in /etc/dnf/automatic.conf

The option was documented in a manual page, but it wasn't mentioned in
the default configuration file.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2318136
This commit is contained in:
Petr Písař 2024-10-15 11:14:30 +02:00 committed by amatej
parent 193e3f4e21
commit c2bc7041c4
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ reboot_command = "shutdown -r +5 'Rebooting after applying package updates'"
# If emit_via is None or left blank, no messages will be sent.
emit_via = stdio
# If an error occurs, send the error message via the configured emitter.
send_error_messages = no
[email]
# The address to send email messages from.