Base: Restart the SQL server if it crashes
There's a fair amount of VERIFY/TODO calls in LibSQL that will crash the SQL server if we hit an unimplemented feature or some bug. Restart the server if this happens to help with debugging / development.
This commit is contained in:
parent
f2d8c488ec
commit
5c90aa357b
Notes:
sideshowbarker
2024-07-17 18:53:37 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/5c90aa357b Pull-request: https://github.com/SerenityOS/serenity/pull/12433 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ Socket=/tmp/portal/sql
|
|||
SocketPermissions=600
|
||||
Priority=low
|
||||
Lazy=true
|
||||
KeepAlive=true
|
||||
User=anon
|
||||
|
||||
[CrashDaemon]
|
||||
|
|
Loading…
Add table
Reference in a new issue