Re: [LEDE-DEV] [PATCH] procd: service_data: Support data within the service itself

2017-11-09 Thread John Crispin
On 25/10/17 18:05, Pierre Lebleu wrote: Use the same approach than the service_triggers for the service_data. Signed-off-by: Pierre Lebleu Hi, This one is good to go, once the other patch is fixed.     John --- package/base-files/files/etc/rc.common | 4 package/system/procd/fi

[LEDE-DEV] [PATCH] procd: service_data: Support data within the service itself

2017-10-25 Thread Pierre Lebleu
Use the same approach than the service_triggers for the service_data. Signed-off-by: Pierre Lebleu --- package/base-files/files/etc/rc.common | 4 package/system/procd/files/procd.sh| 15 +++ 2 files changed, 19 insertions(+) diff --git a/package/base-files/files/etc/rc.co