diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-25 16:04:25 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-25 16:04:25 -0600 |
commit | ceb88fc465f1aa9fa5f9391ebf69aaa8516ab18c (patch) | |
tree | 06afdeb705014a2212850002c8f2c0c806d062b6 | |
parent | fb10b971722ca630314ac7bccb9480f277a56d31 (diff) |
local.d: update README
Remind users that if they put a long-running process in /etc/local.d,
they can delay their boot or shutdown processing.
Reported-by: toralf.foerster@gmx.de
X-Gentoo-Bug: 456650
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=456650
-rw-r--r-- | local.d/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/local.d/README b/local.d/README index d3c11566..352847b4 100644 --- a/local.d/README +++ b/local.d/README @@ -7,3 +7,8 @@ executable and it has a .stop extension, it will be run when the local service is stopped. All files are processed in lexical order. + +Keep in mind that files in this directory are processed sequencially, +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. |