summaryrefslogtreecommitdiff
path: root/support-files/mysql.server.sh
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-04-11 13:02:16 +0200
committerunknown <lenz@mysql.com>2003-04-11 13:02:16 +0200
commita96a8137c646bed06df482d02c9ecdc39c1523dc (patch)
treeacefa366a5a87ca7ffd8f29f17a75955a9fd773a /support-files/mysql.server.sh
parent8b8d3135042b68c6ccb7dff74f91bdde10f7e786 (diff)
downloadmariadb-git-a96a8137c646bed06df482d02c9ecdc39c1523dc.tar.gz
- 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)
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r--support-files/mysql.server.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 7340cff9cad..1e328a4f625 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -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