Skip to content
Commit 2ae70fd9 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

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.

CCBUG: 477805
parent d67a9b25
Pipeline #553178 passed with stage
in 1 minute and 12 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment