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 ### ]]]