From: Adolf Belka Date: Mon, 30 Jun 2025 09:00:30 +0000 (+0200) Subject: services.cgi: Openvpn-2.6 rebase fix pid name for services page X-Git-Tag: v2.29-core197~25^2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56400c89b82ecde90befe4fdda1027cfca707f03;p=ipfire-2.x.git services.cgi: Openvpn-2.6 rebase fix pid name for services page Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- 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", } });