From 5683efd3a9bf84a5ada41f090778e26c7d0e326c Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Fri, 3 Nov 2023 16:21:13 +0000 Subject: [PATCH] Update install_mailhog_as_service.sh --- install_mailhog_as_service.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_mailhog_as_service.sh b/install_mailhog_as_service.sh index 760161f..95fae23 100644 --- a/install_mailhog_as_service.sh +++ b/install_mailhog_as_service.sh @@ -32,10 +32,9 @@ ExecStart=/usr/bin/env /usr/local/bin/MailHog > /dev/null 2>&1 & [Install] WantedBy=multi-user.target EOL +systemctl enable mailhog echo ""; echo "==================================="; echo "Mailhog service created."; echo "Start service: sudo systemctl enable mailhog"; echo "==================================="; - -