Re: [LEDE-DEV] [PATCH 1/2] procd: Fix respawn after restart of instance

2018-03-23 Thread Pavel Merzlyakov
Miss this patch -> "[LEDE-DEV] [PATCH] procd: Restore respawn on SIGTERM timeout" (http://lists.infradead.org/pipermail/lede-dev/2017-October/009412.html) It's try to solve same problem. Description seems to be misleading (patch also seems to be wrong): >When SIGTERM times out, procd sends SIGKILL

[LEDE-DEV] [PATCH 1/2] procd: Fix respawn after restart of instance

2018-03-22 Thread Pavel Merzlyakov
Without this fix respawn will be turned off in case when we (async) stop instance and then start it again while it not actually killed. Signed-off-by: Pavel Merzlyakov --- service/instance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/service/instance.c b/service/instance.c index ecbb6ea