From 47af166209deff81c3c6d2c1d5e3814f971a27f9 Mon Sep 17 00:00:00 2001 From: "Marcelo GutiƩrrez(UTN/FRH)" Date: Tue, 4 Mar 2014 14:50:02 +0000 Subject: mysql: add mysql init script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Thomas: explicitly specify the path to the PID file, and also on the first boot, generate the mandatory MySQL system tables so that the MySQL daemon actually starts properly.] Signed-off-by: Marcelo GutiƩrrez Signed-off-by: Thomas Petazzoni merge init script --- package/mysql/mysql.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/mysql/mysql.mk') diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk index 44dcb7e14f..fec8b03f83 100644 --- a/package/mysql/mysql.mk +++ b/package/mysql/mysql.mk @@ -99,6 +99,11 @@ endef MYSQL_POST_INSTALL_TARGET_HOOKS += MYSQL_ADD_FOLDER +define MYSQL_INSTALL_INIT_SYSV + $(INSTALL) -D -m 0755 package/mysql/S97mysqld \ + $(TARGET_DIR)/etc/init.d/S97mysqld +endef + else MYSQL_CONF_OPT += \ --without-server -- cgit v1.2.3