Merge "Fix parse_apex_configs doc in README.md"
This commit is contained in:
commit
3d2fb41f17
1 changed files with 4 additions and 4 deletions
|
|
@ -277,10 +277,6 @@ runs the service.
|
||||||
since it has some peculiarities for backwards compatibility reasons. The 'imports' section of
|
since it has some peculiarities for backwards compatibility reasons. The 'imports' section of
|
||||||
this file has more details on the order.
|
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>`
|
`priority <priority>`
|
||||||
> Scheduling priority of the service process. This value has to be in range
|
> 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().
|
-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
|
_options_ include "barrier=1", "noauto\_da\_alloc", "discard", ... as
|
||||||
a comma separated string, eg: barrier=1,noauto\_da\_alloc
|
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>`
|
`restart <service>`
|
||||||
> Stops and restarts a running service, does nothing if the service is currently
|
> Stops and restarts a running service, does nothing if the service is currently
|
||||||
restarting, otherwise, it just starts the service.
|
restarting, otherwise, it just starts the service.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue