Skip to content

Commit

Permalink
Point erl to sys.config file
Browse files Browse the repository at this point in the history
Add -config path/to/sys.config argument to erlexec.

COUCHDB-2384
  • Loading branch information
iilyak committed Jun 27, 2016
1 parent aa0c08c commit 9be42f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rel/overlay/bin/couchdb
Expand Up @@ -27,4 +27,5 @@ export EMU=beam
export PROGNAME=`echo $0 | sed 's/.*\///'`

exec $BINDIR/erlexec -boot $ROOTDIR/releases/$APP_VSN/couchdb \
-args_file $ROOTDIR/etc/vm.args
-args_file $ROOTDIR/etc/vm.args \
-config $ROOTDIR/releases/$APP_VSN/sys.config

0 comments on commit 9be42f6

Please sign in to comment.