Merge pull request #1356 from opoplawski/bug-1354

Fedora use mariadb by default, fix log path
pull/1380/head
Yaroslav Halchenko 2016-03-31 22:11:10 -04:00
commit db2dd070ad
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,8 @@ apache_access_log = /var/log/httpd/*access_log
exim_main_log = /var/log/exim/main.log
mysql_log = /var/lib/mysql/mysqld.log
mysql_log = /var/log/mariadb/mariadb.log
/var/log/mysqld.log
roundcube_errors_log = /var/log/roundcubemail/errors
@ -48,4 +49,3 @@ pureftpd_backend = systemd
wuftpd_backend = systemd
postfix_backend = systemd
dovecot_backend = systemd
mysql_backend = systemd