Skip to content

Instantly share code, notes, and snippets.

@handcrafted
Created June 13, 2009 18:42
Show Gist options
  • Save handcrafted/129373 to your computer and use it in GitHub Desktop.
Save handcrafted/129373 to your computer and use it in GitHub Desktop.
#!/bin/sh
exec 2>&1
trap 'kill -HUP %1' 1 2 13 15
exec /usr/bin/god -D -c /etc/god/master.god --no-syslog & wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment