Commit 81e6327e authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-5068 import file from init script

parent 32b3c9f3
...@@ -283,6 +283,11 @@ else ...@@ -283,6 +283,11 @@ else
esac esac
fi 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 case "$mode" in
'start') 'start')
# Start daemon # Start daemon
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment