self-hosting/roles/harden-linux/files/etc/apt/apt.conf.d/10periodic
2018-07-31 01:47:35 +02:00

4 lines
168 B
Text

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";