From dd06b8f22a11fa14551a293a18bf3db595a0d507 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 7 Nov 2020 02:53:51 -0800 Subject: [PATCH] construct: Set -noautoapps in -safe mode. --- construct/construct.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/construct/construct.cc b/construct/construct.cc index 9cc6edccb..8aaf6118a 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -512,6 +512,7 @@ applyargs() { single = true; nocompact = true; + noautoapps = true; ircd::server::enable.set("false"); }