Skip to content

Instantly share code, notes, and snippets.

@hrpatel
Created December 17, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrpatel/bd0bf78affc6a69a75749c6b72a8d90c to your computer and use it in GitHub Desktop.
Save hrpatel/bd0bf78affc6a69a75749c6b72a8d90c to your computer and use it in GitHub Desktop.
Disable service that updates apt packages daily
systemctl disable apt-daily.service
systemctl mask apt-daily.service
systemctl disable apt-daily-upgrade.service
systemctl mask apt-daily-upgrade.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment