etc_hulk/apt/apt.conf.d/10periodic

19 lines
650 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Ansible managed
// Enable the update/upgrade script (0=disable)
APT::Periodic::Enable "1";
// Do “apt-get update” automatically every n-days (0=disable)
APT::Periodic::Update-Package-Lists "1";
// Do “apt-get upgrade download-only” every n-days (0=disable)
APT::Periodic::Download-Upgradeable-Packages "0";
// Do “apt-get autoclean” every n-days (0=disable)
APT::Periodic::AutocleanInterval "0";
// Run the “unattended-upgrade” security upgrade script every n-days (0=disabled)
// Requires the package “unattended-upgrades” and will write
// a log in /var/log/unattended-upgrades
APT::Periodic::Unattended-Upgrade "1";