Skip to content

Instantly share code, notes, and snippets.

@Slashed
Created March 25, 2010 22:09
Show Gist options
  • Save Slashed/344199 to your computer and use it in GitHub Desktop.
Save Slashed/344199 to your computer and use it in GitHub Desktop.
var sys = require("sys");
var daemon = require("./daemon");
// Do whatever initialization stuff you need here
daemon.start();
// Your daemon code goes here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment