[OpenWrt-Devel] [PATCH 2/2] procd: show process's exit code

2020-01-23 Thread ondrej . votava
From: Ondřej Votava Adds feature to show exit code of processes launched by procd. The exit code is shown for finished process when ubus's service list method is called. The exit code value is computed according to waitpid(2) and http://tldp.org/LDP/abs/html/exitcodes.html Signed-off-by: Ondřej

[OpenWrt-Devel] [PATCH] procd: show process's exit code

2020-01-23 Thread ondrej . votava
From: Ondřej Votava Adds feature to show exit code of processes launched by procd. The exit code is shown for finished process when ubus's service list method is called. The exit code value is computed according to waitpid(2) and http://tldp.org/LDP/abs/html/exitcodes.html Signed-off-by: Ondřej

[OpenWrt-Devel] [PATCH] procd: show process's exit code

2020-01-23 Thread ondrej . votava
From: Ondřej Votava Adds feature to show exit code of processes launched by procd. The exit code is shown for finished process when ubus's service list method is called. The exit code value is computed according to waitpid(2) and http://tldp.org/LDP/abs/html/exitcodes.html Signed-off-by: Ondřej

[OpenWrt-Devel] [PATCH] procd: show process's exit code

2020-01-20 Thread ondrej . votava
From: Ondřej Votava Adds feature to show process's exit code when ubus service list is called. Signed-off-by: Ondřej Votava --- service/instance.c | 12 service/instance.h | 1 + 2 files changed, 13 insertions(+) diff --git a/service/instance.c b/service/instance.c index abd1f34