Skip to content

Commit bd82e3c

Browse files
committed
Adjust Debian 10 specific settings to the proper values used by the Debian package.
This aligns the configuration location with the generic Debian variables file and uses /run instead of /var/run as the latter is the symlink to the former.
1 parent 0f6ea1f commit bd82e3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vars/Debian-10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mysql_log_file_group: adm
66
__mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log
77
__mysql_log_error: /var/log/mysql/mysql.log
88
__mysql_syslog_tag: mariadb
9-
__mysql_pid_file: /var/run/mysql/mysql.pid
10-
__mysql_config_file: /etc/my.cnf
11-
__mysql_config_include_dir: /etc/my.cnf.d
12-
__mysql_socket: /var/lib/mysql/mysql.sock
9+
__mysql_pid_file: /run/mysqld/mysqld.pid
10+
__mysql_config_file: /etc/mysql/my.cnf
11+
__mysql_config_include_dir: /etc/mysql/conf.d
12+
__mysql_socket: /run/mysqld/mysqld.sock
1313
__mysql_supports_innodb_large_prefix: true

0 commit comments

Comments
 (0)