| 1 | .TH "yum-updatesd.conf" "5" "" "Jeremy Katz" "yum-updatesd configuration file"
|
|---|
| 2 | .SH "NAME"
|
|---|
| 3 | .LP
|
|---|
| 4 | \fByum-updatesd.conf\fR \- Configuration file for \fByum-updatesd(8)\fR.
|
|---|
| 5 | .SH "DESCRIPTION"
|
|---|
| 6 | .LP
|
|---|
| 7 | yum-updatesd uses a configuration file at \fB/etc/yum/yum-updatesd.conf\fR.
|
|---|
| 8 | .LP
|
|---|
| 9 | Additional configuration information is read from the main \fByum.conf
|
|---|
| 10 | (5)\fR configuration file.
|
|---|
| 11 |
|
|---|
| 12 | .SH "PARAMETERS"
|
|---|
| 13 | .LP
|
|---|
| 14 | There is one section in the yum-updatesd configuration file, main,
|
|---|
| 15 | which defines all of the global configuration options.
|
|---|
| 16 |
|
|---|
| 17 | .SH "[main] OPTIONS"
|
|---|
| 18 | .LP
|
|---|
| 19 | The [main] section must exist for yum-updatesd to do anything. It
|
|---|
| 20 | consists of the following options:
|
|---|
| 21 |
|
|---|
| 22 | .IP \fBrun_interval\fR
|
|---|
| 23 | Number of seconds to wait between checks for available updates.
|
|---|
| 24 |
|
|---|
| 25 | .IP \fBupdaterefresh\fR
|
|---|
| 26 | Minimum number of seconds between update information refreshes to
|
|---|
| 27 | avoid hitting the server too often.
|
|---|
| 28 |
|
|---|
| 29 | .IP \fBemit_via\fR
|
|---|
| 30 | List of ways to emit update notification. Valid values are `email',
|
|---|
| 31 | `dbus' and `syslog'.
|
|---|
| 32 |
|
|---|
| 33 | .IP \fBdo_update\fR
|
|---|
| 34 | Boolean option to decide whether or not updates should be
|
|---|
| 35 | automatically applied. Defaults to False.
|
|---|
| 36 |
|
|---|
| 37 | .IP \fBdo_download_deps\fR
|
|---|
| 38 | Boolean option to decide whether or not updates should be
|
|---|
| 39 | automatically downloaded. Defaults to False.
|
|---|
| 40 |
|
|---|
| 41 | .IP \fBdo_download_deps\fR
|
|---|
| 42 | Boolean option to automatically download dependencies of packages which need
|
|---|
| 43 | updating as well. Defaults to False.
|
|---|
| 44 |
|
|---|
| 45 | .SH "MAIL OPTIONS"
|
|---|
| 46 | .IP \fBemail_to\fR
|
|---|
| 47 | List of email addresses to send update notification to. Defaults to
|
|---|
| 48 | `root@localhost'.
|
|---|
| 49 |
|
|---|
| 50 | .IP \fBemail_from\fR
|
|---|
| 51 | Email address for update notifications to be from. Defaults to
|
|---|
| 52 | `yum-updatesd@localhost'.
|
|---|
| 53 |
|
|---|
| 54 | .SH "SYSLOG OPTIONS"
|
|---|
| 55 | .IP \fBsyslog_facility\fR
|
|---|
| 56 | What syslog facility should be used. Defaults to `DAEMON'.
|
|---|
| 57 |
|
|---|
| 58 | .IP \fBsyslog_level\fR
|
|---|
| 59 | Level of syslog messages. Defaults to `WARN'.
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | .SH "FILES"
|
|---|
| 63 | .nf
|
|---|
| 64 | /etc/yum/yum-updatesd.conf
|
|---|
| 65 |
|
|---|
| 66 | .SH "SEE ALSO"
|
|---|
| 67 | .LP
|
|---|
| 68 | yum-updatesd(8)
|
|---|
| 69 | yum.conf(5)
|
|---|
| 70 |
|
|---|