From 65711ab19bcb6271fe337e954e6555784471432b Mon Sep 17 00:00:00 2001 From: Asheesh Laroia Date: Mon, 19 Oct 2015 08:04:16 -0700 Subject: [PATCH] If Sandstorm fails, don't kill the update process --- src/sandstorm/run-bundle.c++ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sandstorm/run-bundle.c++ b/src/sandstorm/run-bundle.c++ index a707d86fdb..c36ecda631 100644 --- a/src/sandstorm/run-bundle.c++ +++ b/src/sandstorm/run-bundle.c++ @@ -1406,8 +1406,7 @@ private: context.warning("** Updater died; restarting it"); updaterPid = startUpdater(config, true); } else if (sandstormDied) { - context.exitError("** Server monitor died. Aborting."); - KJ_UNREACHABLE; + context.warning("** Sandstorm died. Keeping the update monitor alive just in case."); } } else if (siginfo.ssi_signo == SIGINT) { // Pass along to server monitor.