From 8bda678aac352c9f2189655328567f556b5d8ad6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 29 Aug 2014 01:39:16 -0400 Subject: [PATCH] BUGFIX: if one of runit's 1.d scripts fails, abort the startup --- image/base/runit-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/runit-1 b/image/base/runit-1 index e9c842e..9c57077 100755 --- a/image/base/runit-1 +++ b/image/base/runit-1 @@ -1,3 +1,3 @@ #!/bin/bash -/bin/run-parts --verbose --exit-on-error /etc/runit/1.d +/bin/run-parts --verbose --exit-on-error /etc/runit/1.d || exit 100 -- 2.25.1