Motd: Check saslauthd process

This commit is contained in:
gardouille 2021-03-15 15:36:06 +01:00
parent e46c21b042
commit d342534c40
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 6 additions and 0 deletions

View File

@ -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" '')