BUGFIX: if one of runit's 1.d scripts fails, abort the startup
authorMichael Brown <michael.brown@discourse.org>
Fri, 29 Aug 2014 05:39:16 +0000 (01:39 -0400)
committerMichael Brown <michael.brown@discourse.org>
Fri, 29 Aug 2014 05:39:16 +0000 (01:39 -0400)
image/base/runit-1

index e9c842ed4d9fa64f7a93bf58a124b48222ab12e5..9c5707775d628543e1a2cd924ac1d2480d5c8f29 100755 (executable)
@@ -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