Originally posted by SpecialEd
View Post
You can delay fstrim from running during the bootup by putting
RandomizedDelaySec=30min
into the timer section of
/etc/systemd/system/timers.target.wants/fstrim.timer
You can do the same thing with
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
and putting
RandomizedDelaySec=1h
into
/etc/systemd/system/timers.target.wants/apt-daily.timer
Comment