diff --git a/README b/README index 352847b..068b7d9 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ service is stopped. All files are processed in lexical order. -Keep in mind that files in this directory are processed sequencially, +Keep in mind that files in this directory are processed sequentially, and the local service is not considered started or stopped until everything is processed, so if you have a process which takes a long time to run, it can delay your boot or shutdown processing.
https://github.com/openrc/openrc/commit/1a55d46 Thanks for the report and patch. In the future, please attach the patch rather than inlining it in the comment. It is impossible to extract an inline patch from a comment and apply it to the tree. Thanks, William