Because the process that was running died due to the restart accompanying the automatic update ...
Use unattended-upgrades
that came with Ubuntu 20.04. Apparently this is pre-installed from around 18.04.
Set the priority {low, medium, high}
to --priority
. This time, only the low
ones are automatically updated.
sudo dpkg-reconfigure --priority=low unattended-upgrades
Select "No"
Recommended Posts