Re: [OpenWrt-Devel] [PATCH] procd: add procd_running() helper for checking running state

2019-05-02 Thread Rafał Miłecki
On Wed, 1 May 2019 at 19:09, Jo-Philipp Wich wrote: > > From: Rafał Miłecki > > > > This should be helpful for implementing service_running() in procd init > > scripts. > > > > Signed-off-by: Rafał Miłecki > > --- > > package/system/procd/files/procd.sh | 15 +++ > > 1 file

Re: [OpenWrt-Devel] [PATCH] procd: add procd_running() helper for checking running state

2019-05-02 Thread John Crispin
On 01/05/2019 19:08, Jo-Philipp Wich wrote: Hi, comment inline below. From: Rafał Miłecki This should be helpful for implementing service_running() in procd init scripts. Signed-off-by: Rafał Miłecki --- package/system/procd/files/procd.sh | 15 +++ 1 file changed, 15

Re: [OpenWrt-Devel] [PATCH] procd: add procd_running() helper for checking running state

2019-05-01 Thread Jo-Philipp Wich
Hi, comment inline below. > From: Rafał Miłecki > > This should be helpful for implementing service_running() in procd init > scripts. > > Signed-off-by: Rafał Miłecki > --- > package/system/procd/files/procd.sh | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git

[OpenWrt-Devel] [PATCH] procd: add procd_running() helper for checking running state

2019-04-30 Thread Rafał Miłecki
From: Rafał Miłecki This should be helpful for implementing service_running() in procd init scripts. Signed-off-by: Rafał Miłecki --- package/system/procd/files/procd.sh | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/system/procd/files/procd.sh