mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +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:
committed by
Linus Groh
parent
f2d8c488ec
commit
5c90aa357b
@@ -142,6 +142,7 @@ Socket=/tmp/portal/sql
|
||||
SocketPermissions=600
|
||||
Priority=low
|
||||
Lazy=true
|
||||
KeepAlive=true
|
||||
User=anon
|
||||
|
||||
[CrashDaemon]
|
||||
|
||||
Reference in New Issue
Block a user