mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
- corrected shutdown priority on Red Hat (should be shut down very early)
- adjusted LSB run levels to be identical as on Red Hat (2-5)
This commit is contained in:
parent
8b8d313504
commit
a96a8137c6
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# started and shut down when the systems goes down.
|
||||
|
||||
# Comments to support chkconfig on RedHat Linux
|
||||
# chkconfig: 2345 90 90
|
||||
# chkconfig: 2345 90 20
|
||||
# description: A very fast and reliable SQL database engine.
|
||||
|
||||
# Comments to support LSB init script conventions
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
# Provides: mysql
|
||||
# Required-Start: $local_fs $network $remote_fs
|
||||
# Required-Stop: $local_fs $network $remote_fs
|
||||
# Default-Start: 3 5
|
||||
# Default-Stop: 3 5
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 2 3 4 5
|
||||
# Short-Description: start and stop MySQL
|
||||
# Description: MySQL is a very fast and reliable SQL database engine.
|
||||
### END INIT INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue