mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
Base: Launch ImageDecoder at session start-up
This commit is contained in:
parent
e8115bfdb1
commit
1da9375400
6 changed files with 12 additions and 13 deletions
|
@ -37,6 +37,14 @@ SystemModes=text,graphical
|
|||
MultiInstance=true
|
||||
AcceptSocketConnections=true
|
||||
|
||||
[ImageDecoder]
|
||||
Socket=/tmp/user/%uid/portal/image
|
||||
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