diff options
Diffstat (limited to 'dev-db/mysql-init-scripts/files/run-s6')
-rw-r--r-- | dev-db/mysql-init-scripts/files/run-s6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-db/mysql-init-scripts/files/run-s6 b/dev-db/mysql-init-scripts/files/run-s6 new file mode 100644 index 00000000..ca58de8d --- /dev/null +++ b/dev-db/mysql-init-scripts/files/run-s6 @@ -0,0 +1,7 @@ +#!/bin/sh +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: e493a7bf35f4df5cb42acd0fa16435fddd94f3d0 $ + +if [ -e ./env ] ; then source ./env ; else echo "failed to source env" ; fi +exec "${basedir}/sbin/mysqld" --defaults-file="${MY_CNF}" ${MY_ARGS} 2>&1 |