mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
support-files/mysql.server.sh : Fix the startup sequence. bug#18810 + bug#20118
support-files/mysql.server.sh: Ensure that some necessary / useful system services have been started already, when the MySQL server is started. This fixes bug#18810 and bug#20118
This commit is contained in:
parent
234de47475
commit
f10fa9711b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
### BEGIN INIT INFO
|
||||
# Provides: mysql
|
||||
# Required-Start: $local_fs $network $remote_fs
|
||||
# Should-Start: ypbind nscd ldap ntpd xntpd
|
||||
# Required-Stop: $local_fs $network $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
|
|
Loading…
Add table
Reference in a new issue