Update 20-services motd

This commit is contained in:
gardouille 2022-03-01 15:24:27 +01:00
parent a05eeabcb6
commit 294f310f3a
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 7 additions and 0 deletions

View File

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