From 294f310f3addde8f49b57c73249abbe6448b6c35 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 1 Mar 2022 15:24:27 +0100 Subject: [PATCH] Update 20-services motd --- update-motd.d/20-service | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/update-motd.d/20-service b/update-motd.d/20-service index f0dc08d..f33aac5 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -100,6 +100,13 @@ if [ -d "/opt/bitwarden_rs" ]; then printf '%b' "\\n${MSG}" fi ### ]]] +### IF VAULTWARDEN [[[ +if [ -d "/opt/vaultwarden" ]; then + MSG=$(process_info "vaultwarden" '') + MSG=$(service_info "3012 8000" "${MSG}") + printf '%b' "\\n${MSG}" +fi +### ]]] ### IF ETHERPAD [[[ if [ "$(command -v etherpad)" ]; then MSG=$(process_info "etherpad" '')