diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-09-25 14:57:56 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-09-25 14:57:56 -0400 |
commit | 4d33f9dca027e1f66f9898146533e8c1d612f2d1 (patch) | |
tree | 71c604ccf0a15f7d22ab19cda9f11833adedcb17 /support-files | |
parent | eac8e43541afdbc60b7e6c954d310db9b37db2d5 (diff) | |
parent | 13615c5e18eed62fa2dee80402dfebe3e74053c4 (diff) | |
download | mariadb-git-4d33f9dca027e1f66f9898146533e8c1d612f2d1.tar.gz |
Merge branch '5.5-galera' into 10.0-galera
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.server.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 104ad436843..76a0622589e 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -24,6 +24,14 @@ # Short-Description: start and stop MySQL # Description: MySQL is a very fast and reliable SQL database engine. ### END INIT INFO + +# Prevent OpenSUSE's init scripts from calling systemd, so that +# both 'bootstrap' and 'start' are handled entirely within this +# script +SYSTEMD_NO_WRAP=1 + +# Prevent Debian's init scripts from calling systemctl +_SYSTEMCTL_SKIP_REDIRECT=true # If you install MySQL on some other places than @prefix@, then you # have to do one of the following things for this script to work: |