From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Cc: Stefan Schantl <stefan.schantl@ipfire.org>
Subject: [PATCH 1/2] services.cgi: Add status details for LLDPD
Date: Wed, 26 Nov 2025 19:12:47 +0100 [thread overview]
Message-ID: <20251126181248.3231-1-stefan.schantl@ipfire.org> (raw)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
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
next reply other threads:[~2025-11-26 18:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-26 18:12 Stefan Schantl [this message]
2025-11-26 18:12 ` [PATCH 2/2] services.cgi: Add status details for messagebus Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251126181248.3231-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox