Add support for MariaDB.

This commit is contained in:
Christoph 2018-02-22 17:24:02 +01:00
parent 9b7ec42f6e
commit 8d7d71fef2

View File

@ -152,7 +152,8 @@ if $check_mysql ; then
MYSQLD_SERVICE_FILE=$(systemctl -t service list-unit-files \
| grep -e "^mysql" \
| awk '{print$1}')
| awk '{print$1}'\
| head -1)
fi
fi