Каталог требований LSB Core 3.1

Требования для функции 'svc_run'
StandardIDDescription
LSBsvc_run.01 The svc_run() function shall wait for RPC requests to arrive, read and unpack each request, and dispatch it to the appropriate registered handler.
LSBsvc_run.02 Under normal conditions, svc_run() shall not return;
LSBsvc_run.03 it shall only return if serious errors occur that prevent further processing.