summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smith (work) <jhs@iriscouch.com>2013-02-12 14:05:39 +0000
committerJason Smith (work) <jhs@iriscouch.com>2013-02-12 14:05:39 +0000
commit2853a11402bae6dab100d897b70384c070f583b9 (patch)
treea76c07510daf40251940e719c5fdfa3886728fb8
parent9255d16a590f79c152a5a5cecd0767d2ca0e0f8c (diff)
downloadcouchdb-2853a11402bae6dab100d897b70384c070f583b9.tar.gz
A new command for the extra stuff
-rw-r--r--src/couchdb/couch_os_daemons.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_os_daemons.erl b/src/couchdb/couch_os_daemons.erl
index 509655d3b..a11818bcb 100644
--- a/src/couchdb/couch_os_daemons.erl
+++ b/src/couchdb/couch_os_daemons.erl
@@ -32,7 +32,7 @@
-define(PORT_OPTIONS, [stream, {line, 1024}, binary, exit_status, hide]).
-define(TIMEOUT, 5000).
--define(NODEJS_EXTRA, "couchjs --extra").
+-define(NODEJS_EXTRA, "couchjs-extra").
start_link() ->
gen_server:start_link({local, ?MODULE}, ?MODULE, [], []).