easyeffects: add timeout comment

This commit is contained in:
2025-10-15 10:28:15 -04:00
parent 9f8f4bad74
commit a4b5929610

View File

@@ -119,5 +119,7 @@
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;
}