Skip to content

Commit 62ebaa3

Browse files
authored
Merge pull request #76 from dev-sec/centos9
support for el9
2 parents 081f3e9 + 1b9d0ea commit 62ebaa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/mysql_conf.rb

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
mysql_config_file = "#{mysql_config_path}my.cnf"
5353
mysql_log_group = 'mysql'
5454
process_name = 'mysqld'
55+
process_name = 'mariadbd' if os[:release] >= '9'
5556
service_name = 'mysqld'
5657
service_name = 'mariadb' if os[:release] >= '7'
5758
end

0 commit comments

Comments
 (0)