mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
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:
parent
c840ed12f4
commit
3ec87ecc75
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ SocketPermissions=600
|
||||||
Lazy=1
|
Lazy=1
|
||||||
Priority=low
|
Priority=low
|
||||||
User=anon
|
User=anon
|
||||||
SystemModes=text,graphical,self-test
|
SystemModes=text,graphical
|
||||||
MultiInstance=1
|
MultiInstance=1
|
||||||
AcceptSocketConnections=1
|
AcceptSocketConnections=1
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ SocketPermissions=660
|
||||||
Lazy=1
|
Lazy=1
|
||||||
Priority=low
|
Priority=low
|
||||||
User=anon
|
User=anon
|
||||||
SystemModes=text,graphical,self-test
|
SystemModes=text,graphical
|
||||||
MultiInstance=1
|
MultiInstance=1
|
||||||
AcceptSocketConnections=1
|
AcceptSocketConnections=1
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ SocketPermissions=600
|
||||||
Lazy=1
|
Lazy=1
|
||||||
Priority=low
|
Priority=low
|
||||||
User=anon
|
User=anon
|
||||||
SystemModes=text,graphical,self-test
|
SystemModes=text,graphical
|
||||||
MultiInstance=1
|
MultiInstance=1
|
||||||
AcceptSocketConnections=1
|
AcceptSocketConnections=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue