Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Last active January 22, 2021 19:44
Show Gist options
  • Save marvin-marvin/3d7e78a6024e7554710aca17ab7416d9 to your computer and use it in GitHub Desktop.
Save marvin-marvin/3d7e78a6024e7554710aca17ab7416d9 to your computer and use it in GitHub Desktop.
unattended-upgrades
Unattended-Upgrade::Allowed-Origins {
„${distro_id}:${distro_codename}“;
„${distro_id}:${distro_codename}-security“;
„${distro_id}ESMApps:${distro_codename}-apps-security“;
„${distro_id}ESM:${distro_codename}-infra-security“;
};
Unattended-Upgrade::DevRelease „auto“;
Unattended-Upgrade::Remove-Unused-Kernel-Packages „true“;
Unattended-Upgrade::Remove-Unused-Dependencies „true“;
Unattended-Upgrade::SyslogEnable „true“;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment