[DEV,2/3] services.cgi: Allow the openvpn-rw status to be shown in the Services WUI page
Commit Message
- The main openvpn process name has been changed to openvpn-rw. This change is needed
so that if openvpn-rw is running the status shows that on the Services WUI page
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
html/cgi-bin/services.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -113,8 +113,8 @@ $querry[1] = 'hour' unless defined $querry[1];
# OpenVPN Roadwarrior
$Lang::tr{'ovpn roadwarrior server'} => {
- "process" => "openvpn",
- "pidfile" => "/var/run/openvpn.pid",
+ "process" => "openvpn-rw",
+ "pidfile" => "/var/run/openvpn-rw.pid",
}
});