Skip to content

Instantly share code, notes, and snippets.

@ewaguespack
ewaguespack / mailcatcher.service
Created April 8, 2019 19:35 — forked from jamiejackson/mailcatcher.service
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