Skip to content

Instantly share code, notes, and snippets.

@ewaguespack
Forked from jamiejackson/mailcatcher.service
Created April 8, 2019 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewaguespack/ede3c63cc50921f402a928e3efa1f56f to your computer and use it in GitHub Desktop.
Save ewaguespack/ede3c63cc50921f402a928e3efa1f56f to your computer and use it in GitHub Desktop.
MailCatcher Systemd Service / Daemon
[Unit]
Description=MailCatcher Service
After=network.service vagrant.mount
[Service]
Type=simple
ExecStart=/usr/local/bin/mailcatcher --foreground --ip 10.0.2.15
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment