summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2020-08-01 23:10:46 -0400
committerJan Lehnardt <jan@apache.org>2020-08-03 17:23:27 +0200
commit9c3d888942d1fe2d8d6e7cfbd04adc74d2507590 (patch)
treeba15153ba1ecac06ce18734fcf110281646a1a8b
parentd3b0da3e679902274772f45c0994efcc63641148 (diff)
downloadcouchdb-9c3d888942d1fe2d8d6e7cfbd04adc74d2507590.tar.gz
Windows: provide full path to epmd
-rw-r--r--rel/files/couchdb.cmd.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index df9944196..244803bc8 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -31,6 +31,7 @@ IF NOT DEFINED COUCHDB_FAUXTON_DOCROOT SET COUCHDB_FAUXTON_DOCROOT={{fauxton_roo
"%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
-args_file "%ROOTDIR%\etc\vm.args" ^
+-epmd "%BINDIR%\epmd.exe" ^
-config "%ROOTDIR%\releases\%APP_VSN%\sys.config" %*
:: EXIT /B