Created
January 6, 2016 19:34
-
-
Save jamiejackson/a195a97a1b9f20b2d179 to your computer and use it in GitHub Desktop.
MailCatcher Systemd Service / Daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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