1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

Base: Launch InspectorServer at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:32:41 +02:00 committed by Linus Groh
parent b01822bdd4
commit c248569d6b
5 changed files with 9 additions and 10 deletions

View file

@ -52,6 +52,11 @@ Lazy=true
Priority=low
KeepAlive=true
[InspectorServer]
Socket=/tmp/user/%uid/portal/inspector,/tmp/user/%uid/portal/inspectables
SocketPermissions=600,666
KeepAlive=true
[LaunchServer]
Socket=/tmp/user/%uid/portal/launch
SocketPermissions=600