[Solved]How does ucitrack work on master branch?

I have a luci application named "luci-app-switchtools".
source code

On OpenWrt lede-17.01, source code without "/root/usr/share/rpcd/acl.d/luci-app-switchtools.json".When i modify config file '/etc/config/switchmode' from luci web page,network will restart.That's what I expected.

But when i porting it to OpenWrt master branch by adding "/root/usr/share/rpcd/acl.d/luci-app-switchtools.json", when i modify config file '/etc/config/switchmode' from luci web page,network will not restart.How can i solved it and get some log information?

There is no ucitrack on current master, see:

you should add procd init script file.when config is changed, reload_config will be executed.

Untitled Diagram

2 Likes

thank you for your reply

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.