From ebc1900e6faa98711a27971d76a2ce1661fc93b8 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 31 Aug 2021 21:43:24 +0200 Subject: [PATCH] init: example to enable silent_shell_debug in dfl initrc --- init/initrc.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/initrc.in b/init/initrc.in index 9848620e..f6935182 100644 --- a/init/initrc.in +++ b/init/initrc.in @@ -9,6 +9,9 @@ # enable environment variable quarantine mechanism #module config quarantine_support 1 + +# enable shell debugging properties silencing +#module config silent_shell_debug 1 @modulerc@ # restore user's default collection if it exists, otherwise load a predefined # default module list