aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOlav Frengstad <[email protected]>2013-06-20 09:53:23 +0200
committerOlav Frengstad <[email protected]>2013-06-20 10:04:53 +0200
commit5ed7ea3172170fa05ac806250f695834d5d6ae58 (patch)
tree0247674887803bb006fb2384c0bc4e98e4371e04 /examples
parentc5f0a8c9175b2d152c69f72da15e7ceff411f86b (diff)
downloadrelx-5ed7ea3172170fa05ac806250f695834d5d6ae58.tar.gz
relx-5ed7ea3172170fa05ac806250f695834d5d6ae58.tar.bz2
relx-5ed7ea3172170fa05ac806250f695834d5d6ae58.zip
Add support for {vm_args,_} argument in config
Diffstat (limited to 'examples')
-rw-r--r--examples/relcool.config3
1 files changed, 3 insertions, 0 deletions
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