summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-12-09 12:24:53 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2015-12-09 12:24:53 -0500
commit33f0cf71196d3d2869ccfcbf1c41a0a6709fe8df (patch)
treee00660b9d300f21883e471a218d5a01c7c9d4f03 /support-files
parent218da97d5d8e42de68d38aee25d5367569a35c4c (diff)
downloadmariadb-git-33f0cf71196d3d2869ccfcbf1c41a0a6709fe8df.tar.gz
MDEV-9227 : Both CentOS service names mysql and mariadb exist?
As 10.1 has systemd support, there is no longer need to set _SYSTEMCTL_SKIP_REDIRECT/SYSTEMD_NO_WRAP.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 24c200acc1c..aa02b7eac78 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -25,14 +25,6 @@
# 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:
#