diff options
author | Olav Frengstad <[email protected]> | 2013-06-20 09:53:23 +0200 |
---|---|---|
committer | Olav Frengstad <[email protected]> | 2013-06-20 10:04:53 +0200 |
commit | 5ed7ea3172170fa05ac806250f695834d5d6ae58 (patch) | |
tree | 0247674887803bb006fb2384c0bc4e98e4371e04 /examples | |
parent | c5f0a8c9175b2d152c69f72da15e7ceff411f86b (diff) | |
download | relx-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.config | 3 |
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 |