easyeffects: add timeout comment

This commit is contained in:
2025-10-15 10:28:15 -04:00
parent 28f4f66000
commit 4cc39dffe8

View File

@@ -119,5 +119,7 @@
preset = "framework"; preset = "framework";
}; };
# easyeffects has issues stopping quickly, causing hands on logout/poweroff
# It's safe to just kill easyeffects instantly
systemd.user.services.easyeffects.Service.TimeoutStopSec = 0; systemd.user.services.easyeffects.Service.TimeoutStopSec = 0;
} }