SystemServer: Add entry for SQLServer in SystemServer.ini
This commit is contained in:
parent
23ad4bcdf7
commit
e72448888b
Notes:
sideshowbarker
2024-07-18 10:04:23 +09:00
Author: https://github.com/JanDeVisser Commit: https://github.com/SerenityOS/serenity/commit/e72448888bc Pull-request: https://github.com/SerenityOS/serenity/pull/8306 Reviewed-by: https://github.com/MaxWipfli Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 7 additions and 0 deletions
|
@ -158,6 +158,13 @@ User=anon
|
|||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
[SQLServer]
|
||||
Socket=/tmp/portal/sql
|
||||
SocketPermissions=600
|
||||
Priority=low
|
||||
Lazy=1
|
||||
User=anon
|
||||
|
||||
[CrashDaemon]
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
|
Loading…
Add table
Reference in a new issue