1yum-updatesd.conf(5)    yum-updatesd configuration file   yum-updatesd.conf(5)
2
3
4

NAME

6       yum-updatesd.conf - Configuration file for yum-updatesd(8).
7

DESCRIPTION

9       yum-updatesd uses a configuration file at /etc/yum/yum-updatesd.conf.
10
11       Additional configuration information is read from the main yum.conf (5)
12       configuration file.
13
14

PARAMETERS

16       There is one section in  the  yum-updatesd  configuration  file,  main,
17       which defines all of the global configuration options.
18
19

[main] OPTIONS

21       The  [main] section must exist for yum-updatesd to do anything. It con‐
22       sists of the following options:
23
24
25       run_interval
26              Number of seconds to wait between checks for available updates.
27
28
29       updaterefresh
30              Minimum number of seconds between update  information  refreshes
31              to avoid hitting the server too often.
32
33
34       emit_via
35              List  of  ways  to  emit  update notification.  Valid values are
36              `email', `dbus' and `syslog'.
37
38
39       do_update
40              Boolean option to decide whether or not updates should be  auto‐
41              matically applied.  Defaults to False.
42
43
44       do_download
45              Boolean  option to decide whether or not updates should be auto‐
46              matically downloaded.  Defaults to False.
47
48
49       do_download_deps
50              Boolean option to automatically download dependencies  of  pack‐
51              ages which need updating as well.  Defaults to False.
52
53

MAIL OPTIONS

55       email_to
56              List   of  email  addresses  to  send  update  notification  to.
57              Defaults to `root@localhost'.
58
59
60       email_from
61              Email address for update notifications to be from.  Defaults  to
62              `yum-updatesd@localhost'.
63
64
65       smtp_server
66              SMTP  server  to  use  when  sending  mail,  host or a host:port
67              string.  Defaults to `localhost:25'.
68
69

SYSLOG OPTIONS

71       syslog_facility
72              What syslog facility should be used.  Defaults to `DAEMON'.
73
74
75       syslog_level
76              Level of syslog messages.  Defaults to `WARN'.
77
78
79

FILES

81       /etc/yum/yum-updatesd.conf
82
83

SEE ALSO

85       yum-updatesd(8) yum.conf(5)
86
87
88
89
90Jeremy Katz                                               yum-updatesd.conf(5)
Impressum