Resume boosting didn't actually solve the real underlying problem

But a bios update to the XPS should.
This commit is contained in:
David Heinemeier Hansson
2026-04-21 17:19:34 +02:00
parent 5d2cdb5317
commit ac08aaf834
4 changed files with 5 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
echo "Remove resume boost feature"
if [[ -f /usr/lib/systemd/system-sleep/resume-boost ]]; then
sudo rm /usr/lib/systemd/system-sleep/resume-boost
fi