Update install_mailhog_as_service.sh

This commit is contained in:
2023-11-03 16:21:13 +00:00
parent 453c5036dc
commit 5683efd3a9

View File

@@ -32,10 +32,9 @@ ExecStart=/usr/bin/env /usr/local/bin/MailHog > /dev/null 2>&1 &
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
EOL EOL
systemctl enable mailhog
echo ""; echo "";
echo "==================================="; echo "===================================";
echo "Mailhog service created."; echo "Mailhog service created.";
echo "Start service: sudo systemctl enable mailhog"; echo "Start service: sudo systemctl enable mailhog";
echo "==================================="; echo "===================================";