16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
[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
|