<%# Copyright 2020-2022 sirpdboy Wich https://github.com/sirpdboy/netspeedtest Licensed to the public under the Apache License 2.0. -%> <% local running = luci.sys.exec("busybox ps -w | grep homebox | grep -v grep >/dev/null && echo -ne '1' ") %> <%+cbi/valueheader%>
<% if running == "1" then %> <% else %>

<%:The homebox service is not running.%>

<%:Please enable the Homebox service%>

<% end %>
<%+cbi/valuefooter%>