Views:
2,075β
Votes: 2β
β
Solution
Tags:
18.04
kubuntu
startup
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1151767
Title:
Why is my start-up is ultra slow?
ID:
/2019/06/17/Why-is-my-start-up-is-ultra-slow_
Created:
June 17, 2019
Edited: June 17, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Part of the solution can be found here: Ubuntu 16.04 slow boot (apt-daily.service)
The accepted answer says:
This is Debian bug #844453. apt-daily.service
shouldnβt be run during boot, but only some time afterward.
As a workaround, do sudo systemctl edit apt-daily.timer
and paste the following text into the editor window:
# apt-daily timer configuration override
[Timer]
OnBootSec=15min
OnUnitActiveSec=1d
AccuracySec=1h
RandomizedDelaySec=30min
This changes the βtimerβ that triggers apt-daily.service
to run at a random time between 15 min and 45 min after boot, and once a day thereafter. See the systemd.timer manpage for additional (not very well written, alas) explanation of what this means.
The second part of the solution can be found here:
I would have merged in but using phone is awkward.