diff options
author | Raymond Jennings <shentino@gmail.com> | 2016-08-15 12:50:52 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-08-15 13:47:06 -0500 |
commit | 1a55d46645b376cd27f394796934150120a08387 (patch) | |
tree | cf418a6ee2581919284188b8d14c31f6d0b13720 /local.d | |
parent | cae3976ef1276ce33aa7e49474f13499a48a3fe6 (diff) |
local.d/README: typo fix
X-Gentoo-Bug: 591258
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591258
Diffstat (limited to 'local.d')
-rw-r--r-- | local.d/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local.d/README b/local.d/README index 352847b4..068b7d98 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. |