openwrt / procd

[MIRROR] OpenWrt service / process manager
https://git.openwrt.org/?p=project/procd.git;
4 stars 13 forks source link

uxc: Add ubus bindings #5

Open jasle opened 6 months ago

jasle commented 6 months ago

Is it possible to add ubus bindings to uxc, so that other programs can list, create, start, stop, enable, disable and delete uxc using ubus?

dangowrt commented 6 months ago

As uxc itself is not a daemon running in background it cannot itself register with ubus to provide those methods. However, we could create something like rpcd-mod-uxc, and that should not be hard.