Skip to content

Commit

Permalink
Support exit signal customization (comes from another commit to forev…
Browse files Browse the repository at this point in the history
…er-monitor)
  • Loading branch information
estliberitas committed Dec 10, 2012
1 parent 6ee6f9a commit b999bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var getOptions = cli.getOptions = function (file) {
[
'pidFile', 'logFile', 'errFile', 'watch', 'minUptime', 'append',
'silent', 'outFile', 'max', 'command', 'path', 'spinSleepTime',
'sourceDir', 'uid', 'watchDirectory', 'killTree'
'sourceDir', 'uid', 'watchDirectory', 'killTree', 'killSignal'
].forEach(function (key) {
options[key] = app.config.get(key);
});
Expand Down

0 comments on commit b999bc2

Please sign in to comment.