Commit a96a8137 authored by unknown's avatar unknown

- 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)

parent 8b8d3135
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# started and shut down when the systems goes down. # started and shut down when the systems goes down.
# Comments to support chkconfig on RedHat Linux # Comments to support chkconfig on RedHat Linux
# chkconfig: 2345 90 90 # chkconfig: 2345 90 20
# description: A very fast and reliable SQL database engine. # description: A very fast and reliable SQL database engine.
# Comments to support LSB init script conventions # Comments to support LSB init script conventions
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
# Provides: mysql # Provides: mysql
# Required-Start: $local_fs $network $remote_fs # Required-Start: $local_fs $network $remote_fs
# Required-Stop: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs
# Default-Start: 3 5 # Default-Start: 2 3 4 5
# Default-Stop: 3 5 # Default-Stop: 2 3 4 5
# Short-Description: start and stop MySQL # Short-Description: start and stop MySQL
# Description: MySQL is a very fast and reliable SQL database engine. # Description: MySQL is a very fast and reliable SQL database engine.
### END INIT INFO ### END INIT INFO
......
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