6a8707a02d
Debian gets this from 'unattended-upgrades' and Red Hat family gets it from yum-cron. Change-Id: Ie00f6073ad1127b11a89e69816baf47011480dbf
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
APT::Periodic::Enable "1";
|
|
APT::Periodic::Update-Package-Lists "1";
|
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
|
APT::Periodic::AutocleanInterval "5";
|
|
APT::Periodic::Unattended-Upgrade "1";
|
|
APT::Periodic::RandomSleep "1800";
|