mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 01:05:42 +01:00
211 B
Executable File
211 B
Executable File
#! /bin/sh case "$1" in start) echo "Starting to install database for mariadb" /usr/bin/mysql-systemd-start pre echo "done." ;; *) echo "Usage: /etc/init.d/install_db start" exit 1 esac
exit 0