From 56400c89b82ecde90befe4fdda1027cfca707f03 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 30 Jun 2025 11:00:30 +0200 Subject: [PATCH] services.cgi: Openvpn-2.6 rebase fix pid name for services page Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- 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 462b6bfa1..8b92f7e08 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2005-2021 IPFire Team # +# Copyright (C) 2005-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -114,7 +114,7 @@ $querry[1] = 'hour' unless defined $querry[1]; # OpenVPN Roadwarrior $Lang::tr{'ovpn roadwarrior server'} => { "process" => "openvpn", - "pidfile" => "/var/run/openvpn.pid", + "pidfile" => "/var/run/openvpn-rw.pid", } }); -- 2.47.3