daemon.js 120 Bytes Raw Blame History Permalink 1 2 3 4 console.log('Hello!'); //timeout should be large enough to stay alive during the test setTimeout(process.exit, 20000);