Skip to content

Commit a1bb935

Browse files
authored
fix wrong process name (#75)
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent 80ddc76 commit a1bb935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/mysql_conf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
mysql_config_path = '/etc/mysql/'
4545
mysql_config_file = "#{mysql_config_path}my.cnf"
4646
mysql_log_group = 'adm'
47-
process_name = 'mysql'
47+
process_name = 'mysqld'
4848
process_name = 'mariadbd' if os[:release] >= '11' && os[:name] == 'debian'
4949
service_name = 'mysql'
5050
when 'redhat', 'fedora'

0 commit comments

Comments
 (0)