From 5c90aa357bc20c87c7001da805fcbf8317def13a Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 11 Feb 2022 10:25:56 -0500 Subject: [PATCH] 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. --- Base/etc/SystemServer.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 54bb9958b3..948943bae6 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -142,6 +142,7 @@ Socket=/tmp/portal/sql SocketPermissions=600 Priority=low Lazy=true +KeepAlive=true User=anon [CrashDaemon]