diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:41:07 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:41:07 +0000 |
| commit | 16fa80a8f1cf487b5329d76b4f4dd5a957015203 (patch) | |
| tree | d492957f4091c9ef27c729b9dfced1c5042254e2 /package/system | |
| parent | 28d8972c2531e79a4f6276e5e951cf47f96dcd06 (diff) | |
| download | upstream-16fa80a8f1cf487b5329d76b4f4dd5a957015203.tar.gz upstream-16fa80a8f1cf487b5329d76b4f4dd5a957015203.tar.bz2 upstream-16fa80a8f1cf487b5329d76b4f4dd5a957015203.zip | |
procd: correct the order of respawn params in the comments.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 45955
Diffstat (limited to 'package/system')
| -rw-r--r-- | package/system/procd/files/procd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 0e798a00257..e83e75cb345 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -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) |
