Skip to content

Instantly share code, notes, and snippets.

@allaire
Created July 19, 2013 14:38
Show Gist options
  • Save allaire/ab0e4900da999983ff21 to your computer and use it in GitHub Desktop.
Save allaire/ab0e4900da999983ff21 to your computer and use it in GitHub Desktop.
script
cd /home/deployer/apps/web/current
echo $$ > tmp/pids/mailman.pid
exec script/mailman_server
end script
VS
script
cd /home/deployer/apps/web/current
echo $$ > tmp/pids/mailman.pid
script/mailman_server
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment