Skip to content

Instantly share code, notes, and snippets.

@tsertkov
Created September 9, 2013 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsertkov/6494423 to your computer and use it in GitHub Desktop.
Save tsertkov/6494423 to your computer and use it in GitHub Desktop.
Daemontools (http://cr.yp.to/daemontools.html) run script for starting Atlassian Fisheye+Crucible.
#!/bin/sh
exec 2>&1
exec env -i FISHEYE_INST=/opt/fecru-inst setuidgid www-data /opt/fecru/bin/run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment