Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created December 25, 2016 17:51
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save noromanba/6e062d38fd7fd2cd609a6ef1c26ea7bc to your computer and use it in GitHub Desktop.
Save noromanba/6e062d38fd7fd2cd609a6ef1c26ea7bc to your computer and use it in GitHub Desktop.
how to disable apt-daily.timer
@schoelle
Copy link

schoelle commented Mar 29, 2021

Thanks - it is sad that plain Linux has come to this.

@NgyAnthony
Copy link

NgyAnthony commented Aug 7, 2021

Thank you, still active on Ubuntu 20.04. This is really some BS. This thing should never be on by default, why update at the cost of hours and hours of downtime !?

@Mai-Lapyst
Copy link

Mai-Lapyst commented Aug 18, 2022

Thanks, very helpfull.

There is also apt-daily-upgrade; simply repeat the steps as for apt-daily:

$ systemctl stop apt-daily-upgrade.timer
$ systemctl disable apt-daily-upgrade.timer
$ systemctl mask apt-daily-upgrade.service
$ systemctl daemon-reload

And to check:

$ systemctl status apt-daily-upgrade.timer
$ systemctl status apt-daily-upgrade.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment