Watch for new mariadbd process

This commit is contained in:
gardouille 2022-01-14 12:17:14 +01:00
parent 27b6be1e0a
commit a810e2ce75
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ fi
## ]]]
## IF MYSQLD [[[
if [ "$(command -v mysqld)" ]; then
MSG=$(process_info "mysqld" '')
MSG=$(process_info "mysqld|mariadbd" '')
MSG=$(service_info "3306" "${MSG}")
printf '%b' "\\n${MSG}"
fi