diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb/install_db')
-rwxr-xr-x | meta-oe/recipes-support/mysql/mariadb/install_db | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb/install_db b/meta-oe/recipes-support/mysql/mariadb/install_db deleted file mode 100755 index 512a7da7e..000000000 --- a/meta-oe/recipes-support/mysql/mariadb/install_db +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #! /bin/sh | ||
2 | case "$1" in | ||
3 | start) | ||
4 | echo "Starting to install database for mariadb" | ||
5 | /usr/bin/mysql-systemd-start pre | ||
6 | echo "done." | ||
7 | ;; | ||
8 | *) | ||
9 | echo "Usage: /etc/init.d/install_db start" | ||
10 | exit 1 | ||
11 | esac | ||
12 | |||
13 | exit 0 | ||