Skip to content

Instantly share code, notes, and snippets.

@hacklschorsch
Created November 19, 2012 09:09
Show Gist options
  • Save hacklschorsch/4109730 to your computer and use it in GitHub Desktop.
Save hacklschorsch/4109730 to your computer and use it in GitHub Desktop.
Daemontools 'run' file for Meteor/NodeJS
#!/bin/sh
echo Starting Node.js
exec 2>&1
exec envdir ./env node ../../bundle/main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment