tvd-runit 0.0.11 → 0.0.12
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.12
|
@@ -35,7 +35,7 @@ define :runit_service, :only_if => false, :options => Hash.new, :env => Hash.new
|
|
35
35
|
unless params[:activate]
|
36
36
|
execute "#{svc_defined}/down" do
|
37
37
|
command "touch #{svc_defined}/down"
|
38
|
-
creates "
|
38
|
+
creates "#{svc_defined}/down"
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|