From caf21204e8ccca52bae376f9e3bd825ddd393133 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 4 Oct 2021 17:29:46 +0200 Subject: [PATCH] Update lmgrd ports for Comsol --- 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 ddc68d4..3dce8fa 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -344,7 +344,7 @@ fi ### IF LMGRD [[[ if [ "$(command -v lmgrd)" ]; then MSG=$(process_info "lmgrd" '') - MSG=$(service_info "27000|33188|57227" "${MSG}") + MSG=$(service_info "1718|1719|27000|33188|57227" "${MSG}") printf '%b' "\\n${MSG}" fi ### ]]]