Created
March 8, 2016 11:40
-
-
Save auramo/74a9f0c106692921c8ac to your computer and use it in GitHub Desktop.
Just store this under /etc/systemd/system/mailcatcher.service
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.target | |
[Service] | |
WorkingDirectory=/opt/node/apps/hela-webapp | |
ExecStart=/usr/local/bin/mailcatcher -f --smtp-port 2155 --http-ip=0.0.0.0 --http-port 8181 --smtp-ip=0.0.0.0 | |
Restart=always | |
StandardOutput=syslog | |
StandardError=syslog | |
SyslogIdentifier=mailcatcher | |
User=mailcatcher | |
Group=mailcatcher | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment