mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00

This is the first step in the effort of combining all documentation about bootstrap-vz into sphinx while still being able to access it from github (github can parse rst as well)
18 lines
575 B
ReStructuredText
18 lines
575 B
ReStructuredText
Unattended upgrades
|
|
-------------------
|
|
|
|
Enables the `unattended update/upgrade
|
|
feature <https://packages.debian.org/wheezy/unattended-upgrades>`__ in
|
|
aptitude. Enable it to have your system automatically download and
|
|
install security updates automatically with a set interval.
|
|
|
|
Settings
|
|
~~~~~~~~
|
|
|
|
- ``update_interval``: Days between running ``apt-get update``.
|
|
*``required``*
|
|
- ``download_interval``: Days between running
|
|
``apt-get upgrade --download-only``
|
|
*``required``*
|
|
- ``upgrade_interval``: Days between installing any security upgrades.
|
|
*``required``*
|