From d342534c40e06e24824160fe0b63936ab80ad132 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 15 Mar 2021 15:36:06 +0100 Subject: [PATCH] Motd: Check saslauthd process --- update-motd.d/20-service | 6 ++++++ 1 file changed, 6 insertions(+) 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" '')