summaryrefslogtreecommitdiff
path: root/Base/etc/SystemServer.ini
diff options
context:
space:
mode:
authorLucas CHOLLET <lucas.chollet@free.fr>2022-07-17 15:41:01 +0200
committerLinus Groh <mail@linusgroh.de>2022-07-19 11:15:14 +0100
commit70846d701cc117176eca150c54649639ec5e8337 (patch)
treee0b2e21a4bf10a6b3cf488cfc2e294c931f4796f /Base/etc/SystemServer.ini
parentcc0d53d6a676b04c16ad2efe6f72db087c8246c7 (diff)
downloadserenity-70846d701cc117176eca150c54649639ec5e8337.zip
LaunchServer+SystemServer: Move the portal to a user-specific directory
Various changes are needed to support this: - The directory is created by Core::Account on login (and located in /tmp). - Service's sockets are now deleted on exit (to allow re-creation) - SystemServer needs to handle SIGTERM to correctly destroy services.
Diffstat (limited to 'Base/etc/SystemServer.ini')
-rw-r--r--Base/etc/SystemServer.ini7
1 files changed, 0 insertions, 7 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini
index 278eb2d5fc..736fe8f3af 100644
--- a/Base/etc/SystemServer.ini
+++ b/Base/etc/SystemServer.ini
@@ -71,13 +71,6 @@ Priority=low
KeepAlive=true
User=anon
-[LaunchServer]
-Socket=/tmp/portal/launch
-SocketPermissions=600
-Lazy=true
-User=anon
-SystemModes=text,graphical
-
[WindowServer]
Socket=/tmp/portal/window,/tmp/portal/wm
SocketPermissions=660