From cef6dab234d9ecb35a5960cb74f61640973e42f2 Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Mon, 30 Oct 2023 21:52:39 +0000 Subject: [PATCH] Update file install_mailhog_as_service.sh --- install_mailhog_as_service.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install_mailhog_as_service.sh b/install_mailhog_as_service.sh index ec7ecc4..760161f 100644 --- a/install_mailhog_as_service.sh +++ b/install_mailhog_as_service.sh @@ -32,3 +32,10 @@ ExecStart=/usr/bin/env /usr/local/bin/MailHog > /dev/null 2>&1 & [Install] WantedBy=multi-user.target EOL +echo ""; +echo "==================================="; +echo "Mailhog service created."; +echo "Start service: sudo systemctl enable mailhog"; +echo "==================================="; + +