From acc2965258fb85aca1faf92ea8b65a25f964c8fa Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 1 Oct 2019 22:02:32 -0400 Subject: Initial --- templates/run.j2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/run.j2 (limited to 'templates/run.j2') diff --git a/templates/run.j2 b/templates/run.j2 new file mode 100644 index 0000000..f962193 --- /dev/null +++ b/templates/run.j2 @@ -0,0 +1,7 @@ +#!/bin/sh +mkdir -p /run/mysqld && chown mysql:mysql /run/mysqld +datadir="$(sed -rne's/^datadir ?= ?//p' /etc/my.cnf)" +if ! [ -d "$datadir" ] ; then + mysql_install_db --user=mysql +fi +exec chpst -u mysql:mysql mysqld -- cgit v1.2.3