source: trunk/server/fedora/config/etc/yum/yum-updatesd.conf @ 1701

Last change on this file since 1701 was 1182, checked in by mitchb, 15 years ago
Configure yum-updatesd with the scripts customizations o Check every 4 hours instead of every hour o E-mail us about updates o Download updates and their dependencies automatically
File size: 499 bytes
Line 
1[main]
2# how often to check for new updates (in seconds)
3run_interval = 14400
4# how often to allow checking on request (in seconds)
5updaterefresh = 600
6
7# how to send notifications (valid: dbus, email, syslog)
8emit_via = dbus email
9# should we listen via dbus to give out update information/check for
10# new updates
11dbus_listener = yes
12
13# automatically install updates
14do_update = no
15# automatically download updates
16do_download = yes
17# automatically download deps of updates
18do_download_deps = yes
Note: See TracBrowser for help on using the repository browser.