From 5ed7ea3172170fa05ac806250f695834d5d6ae58 Mon Sep 17 00:00:00 2001 From: Olav Frengstad Date: Thu, 20 Jun 2013 09:53:23 +0200 Subject: Add support for {vm_args,_} argument in config --- examples/relcool.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/relcool.config b/examples/relcool.config index b5b02fc..77d7acf 100644 --- a/examples/relcool.config +++ b/examples/relcool.config @@ -24,6 +24,9 @@ %% directory it will be automatically added. {paths, ["/opt/erlang_apps"]}. +%% If needed you can use a specific vm.args file instead of the +%% one automatically generated by relx. +{vm_args, "./config/vm.args"}. %% If you have a sys.config file you need to tell relcool where it is. If you do %% that relcool will include the sys.config in the appropriate place -- cgit v1.2.3