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}"
|
printf '%b' "\\n${MSG}"
|
||||||
fi
|
fi
|
||||||
### ]]]
|
### ]]]
|
||||||
|
### IF SASLAUTHD [[[
|
||||||
|
if [ "$(command -v saslauthd)" ]; then
|
||||||
|
MSG=$(process_info "saslauthd" '')
|
||||||
|
printf '%b' "\\n${MSG}"
|
||||||
|
fi
|
||||||
|
### ]]]
|
||||||
### IF SSHD [[[
|
### IF SSHD [[[
|
||||||
if [ "$(command -v sshd)" ]; then
|
if [ "$(command -v sshd)" ]; then
|
||||||
MSG=$(process_info "sshd" '')
|
MSG=$(process_info "sshd" '')
|
||||||
|
|
Loading…
Reference in New Issue