]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
services.cgi: Openvpn-2.6 rebase fix pid name for services page
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 30 Jun 2025 09:00:30 +0000 (11:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Jul 2025 09:39:08 +0000 (09:39 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/services.cgi

index 462b6bfa1a14a0c1b8a5f82b7b5ce30c575b72d8..8b92f7e0825955cba16f13bd3f6322d29c07096d 100644 (file)
@@ -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",
                }
        });