procd: correct the order of respawn params in the comments.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 45955
This commit is contained in:
parent
28d8972c25
commit
16fa80a8f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
# procd_set_param(type, [value...])
|
# procd_set_param(type, [value...])
|
||||||
# Available types:
|
# Available types:
|
||||||
# command: command line (array).
|
# command: command line (array).
|
||||||
# respawn info: array with 3 values $restart_timeout $fail_hreshold $max_fail
|
# respawn info: array with 3 values $fail_threshold $restart_timeout $max_fail
|
||||||
# env: environment variable (passed to the process)
|
# env: environment variable (passed to the process)
|
||||||
# data: arbitrary name/value pairs for detecting config changes (table)
|
# data: arbitrary name/value pairs for detecting config changes (table)
|
||||||
# file: configuration files (array)
|
# file: configuration files (array)
|
||||||
|
|
Loading…
Reference in a new issue