Skip to content

Instantly share code, notes, and snippets.

@jamiejackson
Created January 6, 2016 19:34
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jamiejackson/a195a97a1b9f20b2d179 to your computer and use it in GitHub Desktop.
Save jamiejackson/a195a97a1b9f20b2d179 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