aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-14 17:41:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-14 17:41:07 +0000
commit16fa80a8f1cf487b5329d76b4f4dd5a957015203 (patch)
treed492957f4091c9ef27c729b9dfced1c5042254e2 /package
parent28d8972c2531e79a4f6276e5e951cf47f96dcd06 (diff)
downloadupstream-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')
-rw-r--r--package/system/procd/files/procd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh
index 0e798a0025..e83e75cb34 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)