Skip to content

coredump-processor: replace sleep hack with in-process sleep

Harald Sitter requested to merge work/sitter/nosleep into master

the hack tripped up start timeouts and also prevents stops from enqueuing properly. instead consider the unit started right away and then sleep before processing data inside the process.

BUG: 484864

Merge request reports