From 3ec87ecc7518bca34209a236c2929d0ee81a15d2 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 23 Oct 2021 22:06:26 +0200 Subject: [PATCH] Base: Don't start unnecessary services in self-test These services weren't actually needed or tested. This should speed up tests a bit. Even if it doesn't, at least we don't do unnecessary work. --- Base/etc/SystemServer.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 9a36c684f54..68a5ed52c63 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -9,7 +9,7 @@ SocketPermissions=600 Lazy=1 Priority=low User=anon -SystemModes=text,graphical,self-test +SystemModes=text,graphical MultiInstance=1 AcceptSocketConnections=1 @@ -19,7 +19,7 @@ SocketPermissions=660 Lazy=1 Priority=low User=anon -SystemModes=text,graphical,self-test +SystemModes=text,graphical MultiInstance=1 AcceptSocketConnections=1 @@ -47,7 +47,7 @@ SocketPermissions=600 Lazy=1 Priority=low User=anon -SystemModes=text,graphical,self-test +SystemModes=text,graphical MultiInstance=1 AcceptSocketConnections=1