procd: correct the order of respawn params in the comments.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45955 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2015-06-14 17:41:07 +00:00
parent 9aca50fb00
commit d34d3e2ecf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# procd_set_param(type, [value...])
# Available types:
# 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)
# data: arbitrary name/value pairs for detecting config changes (table)
# file: configuration files (array)