commit: 1a55d46645b376cd27f394796934150120a08387 Author: Raymond Jennings <shentino <AT> gmail <DOT> com> AuthorDate: Mon Aug 15 17:50:52 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 18:47:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1a55d466
local.d/README: typo fix X-Gentoo-Bug: 591258 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591258 local.d/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.d/README b/local.d/README index 352847b..068b7d9 100644 --- a/local.d/README +++ b/local.d/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.