Watch for new mariadbd process
This commit is contained in:
parent
27b6be1e0a
commit
a810e2ce75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue