mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-12 14:30:15 +00:00
Utils::servicemap: add mariadb
as alias of mysql
to %svchash
This commit is contained in:
@@ -4024,7 +4024,7 @@ sub servicemap {
|
||||
"firewall" => [ "iptables", "firewalld", "ufw" ],
|
||||
"http" => [ "apache2", "httpd" ],
|
||||
"ntpserver" => [ "ntpd", "ntp" ],
|
||||
"mysql" => [ "mysqld", "mysql" ],
|
||||
"mysql" => [ "mysqld", "mysql", "mariadb" ],
|
||||
);
|
||||
|
||||
my $path = undef;
|
||||
|
Reference in New Issue
Block a user