...
For each service in /service, runsvdir invokes runsv, which in turn invokes /service/<service_name>/run. Because runsvdir uses readdir() to walk the /service directory, services are not started in any explicit order.
Each service is invoked from its respective "run" script. As required by runsv, each service is configured run in the foreground and log to stdout.
...