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 | d34d3e2ecf897be8b6f3ad13ccceba2d9db8de45 (patch) | |
tree | 39f874523efe66455ddbbcead95295345f1ad281 /package/system | |
parent | 9aca50fb00c3ec8177a4e5069d8723570eca560d (diff) | |
download | upstream-d34d3e2ecf897be8b6f3ad13ccceba2d9db8de45.tar.gz upstream-d34d3e2ecf897be8b6f3ad13ccceba2d9db8de45.tar.bz2 upstream-d34d3e2ecf897be8b6f3ad13ccceba2d9db8de45.zip |
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
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 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) |