Hi Petr,
By adding the extra command `info` it is now possible to retrieve all
relevant data from a procd started service directly via the init
script.
whats the use case, how is this useful?
As already mentioned, it is a improvement to get the information of the
procd service objects fast
Florian Eckert [2020-12-14 13:56:03]:
Hi,
> By adding the extra command `info` it is now possible to retrieve all
> relevant data from a procd started service directly via the init script.
whats the use case, how is this useful?
> Until now, you have to query the ubus with the command:
> ubus
By adding the extra command `info` it is now possible to retrieve all
relevant data from a procd started service directly via the init script.
Until now, you have to query the ubus with the command:
ubus call service list '{"name":"","verbose":true}'
With this change, the init script is now used