ops: Start mysql-server using onestart from install

This commit is contained in:
wiz
2023-05-23 17:57:27 -03:00
parent 07f16165ff
commit c81509d762

View File

@@ -1815,7 +1815,7 @@ echo "[*] Adding MySQL configuration"
case $OS in
FreeBSD)
osSudo "${ROOT_USER}" service mysql-server start
osSudo "${ROOT_USER}" service mysql-server onestart
;;
Debian)
osSudo "${ROOT_USER}" service mysql start