1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-5068 import file from init script

This commit is contained in:
Sergei Golubchik
2014-04-10 10:34:28 +02:00
parent 32b3c9f35d
commit 81e6327e49

View File

@ -283,6 +283,11 @@ else
esac
fi
# source other config files
[ -f /etc/default/mysql ] && . /etc/default/mysql
[ -f /etc/sysconfig/mysql ] && . /etc/sysconfig/mysql
[ -f /etc/conf.d/mysql ] && . /etc/conf.d/mysql
case "$mode" in
'start')
# Start daemon