SiliCloud Help Document Center
search
Popular search terms
Legal and terms
User Service
Product
Tips & Use Case
Node JS
Ubuntu automatic update is enable by default.
However, the automatic update of the server sometimes causes some software to be forcibly restarted or initialized.
If you want to disable the automatic update of Ubuntu, please execute the following command:
systemctl stop apt-daily.timer apt-daily.service apt-daily-upgrade.timer apt-daily-upgrade.service
systemctl mask apt-daily.service apt-daily-upgrade.service
systemctl disable apt-daily.service apt-daily-upgrade.service
systemctl disable apt-daily.timer apt-daily-upgrade.timer
systemctl daemon-reload
systemctl mask unattended-upgrades.service
systemctl stop unattended-upgrades.service
In Ubuntu 20, has tested, and other versions need to be tested.
Related Doc
Do you have any suggestions for this document?