mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Utils::servicemap: add mariadb
as alias of mysql
to %svchash
This commit is contained in:
parent
4635fcb730
commit
dd5d2263f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user