mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
remove pidfile shortcut
This commit is contained in:
parent
3c88b9e8db
commit
a8c5c3b672
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ mysql_enablerepo: ""
|
|||
mysql_port: "3306"
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
mysql_datadir: /var/lib/mysql
|
||||
__mysql_pid_file: /var/run/mysqld/mysqld.pid
|
||||
mysql_pid_file: /var/run/mysqld/mysqld.pid
|
||||
|
||||
# Slow query log settings.
|
||||
mysql_slow_query_log_enabled: no
|
||||
|
|
Loading…
Reference in a new issue