Just like the subject says, apt-daily-upgrade.service slows the boot like crazy. Before, systemd-analyze blame would clock the boot at 10.59 seconds and now 34.44 seconds.
apt-daily-upgrade.service takes a whopping 23.857s... I have an SSD....
I've gone and changed
#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
to
DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s
this used to work in the past... any ideas how to reduce the time? or make it start 15 minutes after the boot?
apt-daily-upgrade.service takes a whopping 23.857s... I have an SSD....
I've gone and changed
#DefaultTimeoutStartSec=90s
#DefaultTimeoutStopSec=90s
to
DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s
this used to work in the past... any ideas how to reduce the time? or make it start 15 minutes after the boot?