tvd-runit 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/cookbooks/runit/definitions/runit_service.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.11
|
@@ -32,7 +32,7 @@ define :runit_service, :only_if => false, :options => Hash.new, :env => Hash.new
|
|
32
32
|
|
33
33
|
directory svc_defined
|
34
34
|
|
35
|
-
unless
|
35
|
+
unless params[:activate]
|
36
36
|
execute "#{svc_defined}/down" do
|
37
37
|
command "touch #{svc_defined}/down"
|
38
38
|
creates "touch #{svc_defined}/down"
|