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:
@ -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
|
||||
|
Reference in New Issue
Block a user