mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Base: Launch Request at session start-up
This commit is contained in:
parent
07e89ad538
commit
266e18e0b6
5 changed files with 12 additions and 13 deletions
|
@ -1,13 +1,3 @@
|
|||
[RequestServer]
|
||||
Socket=/tmp/portal/request
|
||||
SocketPermissions=600
|
||||
Lazy=true
|
||||
Priority=low
|
||||
User=anon
|
||||
SystemModes=text,graphical
|
||||
MultiInstance=true
|
||||
AcceptSocketConnections=true
|
||||
|
||||
[FileSystemAccessServer]
|
||||
Socket=/tmp/portal/filesystemaccess
|
||||
SocketPermissions=660
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
Socket=/tmp/user/%uid/portal/config
|
||||
SocketPermissions=600
|
||||
|
||||
[RequestServer]
|
||||
Socket=/tmp/user/%uid/portal/request
|
||||
SocketPermissions=600
|
||||
Lazy=true
|
||||
Priority=low
|
||||
SystemModes=text,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