diff --git a/update-motd.d/20-service b/update-motd.d/20-service index 1dd75dd..956318a 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -174,6 +174,12 @@ if [ "$(command -v slapd)" ]; then printf '%b' "\\n${MSG}" fi ### ]]] +### IF SASLAUTHD [[[ +if [ "$(command -v saslauthd)" ]; then + MSG=$(process_info "saslauthd" '') + printf '%b' "\\n${MSG}" +fi +### ]]] ### IF SSHD [[[ if [ "$(command -v sshd)" ]; then MSG=$(process_info "sshd" '')