From 7d9c2b2ac4b7d415968274bd4ca93ea634996423 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 24 Jul 2012 10:50:34 -0400 Subject: [PATCH] fix upstart export specs --- spec/resources/export/upstart/app.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/resources/export/upstart/app.conf b/spec/resources/export/upstart/app.conf index 34f2c31..d67e0f0 100644 --- a/spec/resources/export/upstart/app.conf +++ b/spec/resources/export/upstart/app.conf @@ -6,3 +6,6 @@ bash << "EOF" EOF end script + +start on started network +stop on stopping network