tvd-runit 0.0.9 → 0.0.10
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 -3
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.10
|
@@ -17,10 +17,8 @@
|
|
17
17
|
# limitations under the License.
|
18
18
|
#
|
19
19
|
|
20
|
-
define :runit_service, :only_if => false, :options => Hash.new do
|
20
|
+
define :runit_service, :only_if => false, :options => Hash.new, :env => Hash.new, :activate => true do
|
21
21
|
params[:template_name] ||= params[:name]
|
22
|
-
params[:env] ||= {}
|
23
|
-
params[:activate] ||= false
|
24
22
|
|
25
23
|
services_current = "#{params[:project_dir]}/current/service"
|
26
24
|
services_run = "#{params[:project_dir]}/service"
|