From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [DEV PATCH 2/3] services.cgi: Allow the openvpn-rw status to be shown in the Services WUI page Date: Sat, 14 Dec 2024 18:47:17 +0100 Message-ID: <20241214174718.22140-2-adolf.belka@ipfire.org> In-Reply-To: <20241214174718.22140-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4997977142759578880==" List-Id: --===============4997977142759578880== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - The main openvpn process name has been changed to openvpn-rw. This change i= s needed so that if openvpn-rw is running the status shows that on the Services WUI= page Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- html/cgi-bin/services.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index a3ae13c78..734f08e11 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -113,8 +113,8 @@ $querry[1] =3D 'hour' unless defined $querry[1]; =20 # OpenVPN Roadwarrior $Lang::tr{'ovpn roadwarrior server'} =3D> { - "process" =3D> "openvpn", - "pidfile" =3D> "/var/run/openvpn.pid", + "process" =3D> "openvpn-rw", + "pidfile" =3D> "/var/run/openvpn-rw.pid", } }); =20 --=20 2.47.1 --===============4997977142759578880==--