Skip to content

Commit

Permalink
daemon related code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
radamus committed Mar 4, 2014
1 parent d582731 commit f43809e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
79 changes: 0 additions & 79 deletions bin/node-awslab-http-daemon

This file was deleted.

7 changes: 0 additions & 7 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@ var service = require("./service").http(urlMap);

service(PORT);

process.on('SIGTERM', function () {
if (server === undefined) return;
server.close(function () {
// Disconnect from cluster master
process.disconnect && process.disconnect();
});
});

0 comments on commit f43809e

Please sign in to comment.