mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +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