<% local owxbyz_pid = luci.sys.exec("curl -s -m 6 -o- http://127.0.0.1:9120/sys/sign 2>/dev/null") local owxbyz_running = owxbyz_pid and (#owxbyz_pid > 20) -%>
<% if owxbyz_running then %> <%:Yizhan Service Running%>

<% else %> <%:Yizhan Service Stopped%> <% end %>