Last change
on this file since 1181 was
1181,
checked in by mitchb, 14 years ago
|
Add yum-updatesd config file to the repo
|
File size:
490 bytes
|
Line | |
---|
1 | [main] |
---|
2 | # how often to check for new updates (in seconds) |
---|
3 | run_interval = 3600 |
---|
4 | # how often to allow checking on request (in seconds) |
---|
5 | updaterefresh = 600 |
---|
6 | |
---|
7 | # how to send notifications (valid: dbus, email, syslog) |
---|
8 | emit_via = dbus |
---|
9 | # should we listen via dbus to give out update information/check for |
---|
10 | # new updates |
---|
11 | dbus_listener = yes |
---|
12 | |
---|
13 | # automatically install updates |
---|
14 | do_update = no |
---|
15 | # automatically download updates |
---|
16 | do_download = no |
---|
17 | # automatically download deps of updates |
---|
18 | do_download_deps = no |
---|
Note: See
TracBrowser
for help on using the repository browser.