summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorLucas CHOLLET <lucas.chollet@free.fr>2022-07-24 15:12:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-08-14 21:52:35 +0100
commitac7b0e69e5ba9dd1e56a2fdee0d044b55289d220 (patch)
treeb8ddfa8af9756a2387cf08192664227977678ce4 /Base/home/anon
parent266e18e0b69846a08213535cac3504f1fc56cd62 (diff)
downloadserenity-ac7b0e69e5ba9dd1e56a2fdee0d044b55289d220.zip
Base: Launch WebContent at session start-up
Diffstat (limited to 'Base/home/anon')
-rw-r--r--Base/home/anon/.config/SystemServer.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini
index e18d5c0bb2..abab78ce31 100644
--- a/Base/home/anon/.config/SystemServer.ini
+++ b/Base/home/anon/.config/SystemServer.ini
@@ -11,6 +11,14 @@ SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
+[WebContent]
+Socket=/tmp/user/%uid/portal/webcontent
+SocketPermissions=600
+Lazy=true
+SystemModes=graphical
+MultiInstance=true
+AcceptSocketConnections=true
+
[LaunchServer]
Socket=/tmp/user/%uid/portal/launch
SocketPermissions=600