mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-5068 import file from init script
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user