From 2b5b2f40f2c80e65e4e3585d477c75a357813a69 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 23 Mar 2013 13:30:40 -0500 Subject: add extended_start_script to example relcool config --- examples/relcool.config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/relcool.config') 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. -- cgit v1.2.3