You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
386 B
15 lines
386 B
[main] |
|
# how often to check for new updates (in seconds) |
|
run_interval = 3600 |
|
# how often to allow checking on request (in seconds) |
|
updaterefresh = 600 |
|
|
|
# how to send notifications (valid: dbus, email, syslog) |
|
emit_via = dbus |
|
|
|
# automatically install updates |
|
do_update = no |
|
# automatically download updates |
|
do_download = no |
|
# automatically download deps of updates |
|
do_download_deps = no
|
|
|