From a810e2ce754e012e5f591c1a077e43a0b42b6902 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 14 Jan 2022 12:17:14 +0100 Subject: [PATCH] Watch for new mariadbd process --- update-motd.d/20-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-motd.d/20-service b/update-motd.d/20-service index 3dce8fa..f0dc08d 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -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