mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
Base: Launch WebContent at session start-up
This commit is contained in:
parent
266e18e0b6
commit
ac7b0e69e5
10 changed files with 21 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue