<%# Copyright 2021-2024 sirpdboy Wich https://github.com/sirpdboy/luci-app-lucky Licensed to the public under the Apache License 2.0. -%> <% local running = luci.sys.exec("pidof lucky | awk -F ' ' '{print $1}'") %> <%+header%>
<% if tonumber(running) ~= nil then %>
<% else %>

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

<%:Please enable the Lucky service%>

<% end -%> <%+footer%>