diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-07-24 15:59:40 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 21:52:35 +0100 |
commit | 22f8ead2f42066673344cb719a4aedad35e4a511 (patch) | |
tree | 2a2ee03be88cd71e60aeb7a414f1c847d00d0607 /Base/home/anon/.config | |
parent | 267a2c7c323333929ca598d589e1797dd5e3277a (diff) | |
download | serenity-22f8ead2f42066673344cb719a4aedad35e4a511.zip |
Base: Launch SQLServer at session start-up
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 3a7c560c97..6099e3d501 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -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 |