https://bugs.kde.org/show_bug.cgi?id=477805
--- Comment #5 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Git commit 2ae70fd9c55fc85275c81ea96f5043a793628f79 by Stefan Brüns. Committed on 10/12/2023 at 05:46. Pushed by bruns into branch 'master'. Remove service start timeout On a slow machine the service may take longer than 5 seconds (walltime) to start, especially during session start when multiple processes are competing for CPU time and I/O. The original reasoning for the timeout is to limit the time to quit the process when the session is shut down, but that can be set with TimeoutStopSec. Whether the start timeout is useful at all is questionable. It only helps if there is some deadlock during startup which would be cured by a fresh start, otherwise it is just consuming CPU time again and again. For comparision, Gnome does not use Timeout[Start]Sec at all, but only TimeoutStopSec. M +1 -1 daemon/plasma-powerdevil.service.in https://invent.kde.org/plasma/powerdevil/-/commit/2ae70fd9c55fc85275c81ea96f5043a793628f79 -- You are receiving this mail because: You are watching all bug changes.