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.
This commit is contained in:
Ben Wiederhake 2021-10-23 22:06:26 +02:00 committed by Linus Groh
parent c840ed12f4
commit 3ec87ecc75
Notes: sideshowbarker 2024-07-18 01:38:46 +09:00

View file

@ -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