easyeffects: add timeout comment

This commit is contained in:
Simon Gardling 2025-10-15 10:28:15 -04:00
parent 28f4f66000
commit 4cc39dffe8
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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;
}