Last active
January 22, 2021 19:44
-
-
Save marvin-marvin/3d7e78a6024e7554710aca17ab7416d9 to your computer and use it in GitHub Desktop.
unattended-upgrades
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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