Skip to content

Instantly share code, notes, and snippets.

@wongyouth
Forked from biinari/mailcatcher.conf
Last active August 29, 2015 14:09
Show Gist options
  • Save wongyouth/e612289093bf67d94459 to your computer and use it in GitHub Desktop.
Save wongyouth/e612289093bf67d94459 to your computer and use it in GitHub Desktop.
description "Mailcatcher"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
pre-start script
bash << "EOF"
mkdir -p /var/log/mailcatcher
chown -R vagrant /var/log/mailcatcher
EOF
end script
exec su - vagrant -c 'mailcatcher -f --ip=0.0.0.0 &>>/var/log/mailcatcher/mailcatcher.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment