From 4ef1a553e57e5447db4431f5ea8cc4e35cae148f Mon Sep 17 00:00:00 2001 From: vogelor Date: Mon, 28 Mar 2011 19:56:33 +0000 Subject: [PATCH] added default-values for first use to the rescue-module --- install/tpl/system.ini.master | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index 13119b1239..30ed57f2d6 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -30,3 +30,10 @@ new_domain_html=Please contact our support to create a new domain for you. [misc] dashboard_atom_url=http://www.ispconfig.org/atom + +[rescue] +try_rescue=n +do_not_try_rescue_apache=n +do_not_try_rescue_mysql=n +do_not_try_rescue_mail=n + -- GitLab