Hacker News new | ask | show | jobs
by KAMSPioneer 923 days ago
It's the same, but you disable the timer instead of the service. `sudo systemctl stop unattended-upgrades.timer`
1 comments

It will still start when you next boot up. 'systemctl disable --now unattended-upgrades.timer' will stop it now _and_ remove the symlink that starts it at boot.
Probably better to mask it instead if you don't want it to execute at all