😀
Ubuntuの自動更新を停止
動機
自動更新に伴う再起動で動かしていたプロセスが死んだので…
方法
Ubuntu20.04に入っていたunattended-upgradesを使用。どうやらこれは18.04あたりからプリインストールらしい。
--priorityには優先度{low, medium, high}を設定。今回はlowのものだけ自動更新を切る。
sudo dpkg-reconfigure --priority=low unattended-upgrades
「いいえ」を選択

Discussion