Maybe some small optimisations, you can see with systemctl list-timers command, those 2 timers running in background: apt-daily, apt-daily-upgrade
Since upgrading manually Raspbian is not recommend with moOde anyway, i think its safe to disable those 2 timers :
Since upgrading manually Raspbian is not recommend with moOde anyway, i think its safe to disable those 2 timers :
Code:
sudo systemctl stop apt-daily.timer
sudo systemctl disable apt-daily.timer
sudo systemctl mask apt-daily.timer
sudo systemctl stop apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl mask apt-daily-upgrade.timer