mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:37:45 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ Socket=/tmp/portal/sql
|
||||||
SocketPermissions=600
|
SocketPermissions=600
|
||||||
Priority=low
|
Priority=low
|
||||||
Lazy=true
|
Lazy=true
|
||||||
|
KeepAlive=true
|
||||||
User=anon
|
User=anon
|
||||||
|
|
||||||
[CrashDaemon]
|
[CrashDaemon]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue