Skip to content

Commit

Permalink
Merge pull request #101 from svpernova09/feature/auto-start-mailhog
Browse files Browse the repository at this point in the history
✨ Autostart mailhog on boot
  • Loading branch information
svpernova09 authored Feb 17, 2017
2 parents cbc6056 + 8e6c21a commit a0f1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 &
WantedBy=multi-user.target
EOL

service mailhog start
systemctl enable mailhog

# Configure Supervisor

Expand Down

0 comments on commit a0f1007

Please sign in to comment.