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:
Timothy Flynn
2022-02-11 10:25:56 -05:00
committed by Linus Groh
parent f2d8c488ec
commit 5c90aa357b

View File

@@ -142,6 +142,7 @@ Socket=/tmp/portal/sql
SocketPermissions=600
Priority=low
Lazy=true
KeepAlive=true
User=anon
[CrashDaemon]