<%# 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("pidof homebox") %> <%+cbi/valueheader%>
<% if tonumber(running) ~= nil then %> <% else %>

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

<%:Please enable the Homebox service%>

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