Motd: Check saslauthd process
This commit is contained in:
parent
e46c21b042
commit
d342534c40
|
@ -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" '')
|
||||
|
|
Loading…
Reference in New Issue