projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed06fc
)
fix up the order of respawn parameters for ubus
author
John Crispin
<blogic@openwrt.org>
Tue, 19 Nov 2013 14:48:37 +0000
(15:48 +0100)
committer
John Crispin
<blogic@openwrt.org>
Tue, 19 Nov 2013 16:20:23 +0000
(17:20 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
service/service.c
patch
|
blob
|
history
diff --git
a/service/service.c
b/service/service.c
index 4153fec917053f27476c6618678c855268233e5a..d084371bdbf1a06f8b4d102baca93198e374c93f 100644
(file)
--- a/
service/service.c
+++ b/
service/service.c
@@
-446,9
+446,9
@@
service_start_early(char *name, char *cmdline)
}
blobmsg_close_array(&b, command);
respawn = blobmsg_open_array(&b, "respawn");
- blobmsg_add_string(&b, NULL, "1");
blobmsg_add_string(&b, NULL, "3600");
- blobmsg_add_string(&b, NULL, "10");
+ blobmsg_add_string(&b, NULL, "1");
+ blobmsg_add_string(&b, NULL, "0");
blobmsg_close_array(&b, respawn);
blobmsg_close_table(&b, instance);
blobmsg_close_table(&b, instances);