mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Base: Launch SQLServer at session start-up
This commit is contained in:
parent
267a2c7c32
commit
22f8ead2f4
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/LucasChollet
Commit: 22f8ead2f4
Pull-request: https://github.com/SerenityOS/serenity/pull/14673
Reviewed-by: https://github.com/linusg
3 changed files with 8 additions and 9 deletions
|
@ -77,6 +77,13 @@ Lazy=true
|
|||
MultiInstance=true
|
||||
AcceptSocketConnections=true
|
||||
|
||||
[SQLServer]
|
||||
Socket=/tmp/user/%uid/portal/sql
|
||||
SocketPermissions=600
|
||||
Priority=low
|
||||
Lazy=true
|
||||
KeepAlive=true
|
||||
|
||||
[LaunchServer]
|
||||
Socket=/tmp/user/%uid/portal/launch
|
||||
SocketPermissions=600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue