summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-03-25 18:49:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-25 18:49:41 +0000
commit3d2fb41f17ee9ab7d51a6c3434dff002e4152c61 (patch)
treeaed0e714999396b39f7ae97f235ed8c05b2f4ef5
parent443fdb2fdc3769f9ae770425c1a1cf4912ff5b56 (diff)
parent87215c253039ec8354fae4fbaeceb078a9be8e31 (diff)
Merge "Fix parse_apex_configs doc in README.md"
-rw-r--r--init/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/README.md b/init/README.md
index b2039b4e2..d86f077a7 100644
--- a/init/README.md
+++ b/init/README.md
@@ -277,10 +277,6 @@ runs the service.
since it has some peculiarities for backwards compatibility reasons. The 'imports' section of
this file has more details on the order.
-`parse_apex_configs`
- Parses config file(s) from the mounted APEXes. Intented to be used only once
- when apexd notifies the mount event by setting apexd.status to ready.
-
`priority <priority>`
> Scheduling priority of the service process. This value has to be in range
-20 to 19. Default priority is 0. Priority is set via setpriority().
@@ -512,6 +508,10 @@ Commands
_options_ include "barrier=1", "noauto\_da\_alloc", "discard", ... as
a comma separated string, eg: barrier=1,noauto\_da\_alloc
+`parse_apex_configs`
+> Parses config file(s) from the mounted APEXes. Intented to be used only once
+ when apexd notifies the mount event by setting apexd.status to ready.
+
`restart <service>`
> Stops and restarts a running service, does nothing if the service is currently
restarting, otherwise, it just starts the service.