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
Notes:
sideshowbarker
2024-07-18 01:38:46 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/3ec87ecc751 Pull-request: https://github.com/SerenityOS/serenity/pull/10655 Reviewed-by: https://github.com/linusg
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue