projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d8972
)
procd: correct the order of respawn params in the comments.
author
Felix Fietkau
<
[email protected]
>
Sun, 14 Jun 2015 17:41:07 +0000
(17:41 +0000)
committer
Felix Fietkau
<
[email protected]
>
Sun, 14 Jun 2015 17:41:07 +0000
(17:41 +0000)
Signed-off-by: Yousong Zhou <
[email protected]
>
SVN-Revision: 45955
package/system/procd/files/procd.sh
patch
|
blob
|
history
diff --git
a/package/system/procd/files/procd.sh
b/package/system/procd/files/procd.sh
index 0e798a00257235922c276f690ef8138e01098aa0..e83e75cb3458f19bea24142ecf85be49acec4113 100644
(file)
--- 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)