diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-07-24 15:12:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 21:52:35 +0100 |
commit | ac7b0e69e5ba9dd1e56a2fdee0d044b55289d220 (patch) | |
tree | b8ddfa8af9756a2387cf08192664227977678ce4 /Base/home/anon | |
parent | 266e18e0b69846a08213535cac3504f1fc56cd62 (diff) | |
download | serenity-ac7b0e69e5ba9dd1e56a2fdee0d044b55289d220.zip |
Base: Launch WebContent at session start-up
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 8 |
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 |