Skip to content

Commit 1b9d0ea

Browse files
author
Sebastian Gumprich
committed
support for el9
on el9 the binary is called mariadbd Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent 081f3e9 commit 1b9d0ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/mysql_conf.rb

Lines changed: 1 addition & 0 deletions
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)