Signed-off-by: Stefan Schantl <[email protected]>
---
 html/cgi-bin/services.cgi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi
index 8b92f7e08..b8ad0739e 100644
--- a/html/cgi-bin/services.cgi
+++ b/html/cgi-bin/services.cgi
@@ -115,6 +115,11 @@ $querry[1] = 'hour' unless defined $querry[1];
                $Lang::tr{'ovpn roadwarrior server'} => {
                        "process" => "openvpn",
                        "pidfile" => "/var/run/openvpn-rw.pid",
+               },
+
+               # LLDPD
+               $Lang::tr{'lldp'} => {
+                       "process" => "lldpd",
                }
        });
 
-- 
2.47.3


Reply via email to