construct: Set -noautoapps in -safe mode.

This commit is contained in:
Jason Volk 2020-11-07 02:53:51 -08:00
parent bcf8f0531f
commit dd06b8f22a
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ applyargs()
{
single = true;
nocompact = true;
noautoapps = true;
ircd::server::enable.set("false");
}