diff options
author | Tristan Sloughter <[email protected]> | 2013-03-23 13:30:40 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-03-23 15:56:56 -0500 |
commit | 2b5b2f40f2c80e65e4e3585d477c75a357813a69 (patch) | |
tree | aee268392ab5aef8bd8cd643199d5d04be4e7867 /examples | |
parent | e00d3d31a2da2b56b2a34a3b55c89c543f199f70 (diff) | |
download | relx-2b5b2f40f2c80e65e4e3585d477c75a357813a69.tar.gz relx-2b5b2f40f2c80e65e4e3585d477c75a357813a69.tar.bz2 relx-2b5b2f40f2c80e65e4e3585d477c75a357813a69.zip |
add extended_start_script to example relcool config
Diffstat (limited to 'examples')
-rw-r--r-- | examples/relcool.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/relcool.config b/examples/relcool.config index fe6182b..b5b02fc 100644 --- a/examples/relcool.config +++ b/examples/relcool.config @@ -35,6 +35,10 @@ %% to include it. {include_erts, false}. +%% The default start script relcool creates is basic. For a more complete start +%% script add the extended_start_script option. +{extended_start_script, true}. + %% When we have multiple releases relcool needs to know which one to build. You %% can specify that on the command line with the `-n` and `-v` arguments to %% relcool. However, it is often more convenient to do it in the config. |