diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-12-09 12:24:53 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-12-09 12:24:53 -0500 |
commit | 33f0cf71196d3d2869ccfcbf1c41a0a6709fe8df (patch) | |
tree | e00660b9d300f21883e471a218d5a01c7c9d4f03 /debian | |
parent | 218da97d5d8e42de68d38aee25d5367569a35c4c (diff) | |
download | mariadb-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 'debian')
-rw-r--r-- | debian/mariadb-server-10.1.mysql.init | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/mariadb-server-10.1.mysql.init b/debian/mariadb-server-10.1.mysql.init index ca1848a500b..9e098b4d87c 100644 --- a/debian/mariadb-server-10.1.mysql.init +++ b/debian/mariadb-server-10.1.mysql.init @@ -17,9 +17,6 @@ set -e set -u ${DEBIAN_SCRIPT_DEBUG:+ set -v -x} -# Prevent Debian's init scripts from calling systemctl -_SYSTEMCTL_SKIP_REDIRECT=true - test -x /usr/sbin/mysqld || exit 0 . /lib/lsb/init-functions |