From 16fa80a8f1cf487b5329d76b4f4dd5a957015203 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Jun 2015 17:41:07 +0000 Subject: procd: correct the order of respawn params in the comments. Signed-off-by: Yousong Zhou SVN-Revision: 45955 --- package/system/procd/files/procd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/procd') 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) -- cgit v1.2.3