Update file install_mailhog_as_service.sh

This commit is contained in:
2023-10-30 21:52:39 +00:00
parent 4ec07aa8f0
commit cef6dab234

View File

@@ -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 "===================================";