From c6ffbd2fcd2d155322d2fa989e6b9ee2e6bfced4 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 26 Nov 2025 19:12:47 +0100 Subject: [PATCH] services.cgi: Add status details for LLDPD Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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