master
1include_recipe "stronglifters::redis"
2include_recipe "stronglifters::rails"
3
4current_path = "#{node["stronglifters"]["root_path"]}/current"
5runit_service "sidekiq" do
6 action [:enable, :start]
7 default_logger true
8 env node["stronglifters"]["env"]
9 log true
10 log_size 1_000_000
11 log_num 31
12 retries 3
13end if File.exists?("#{current_path}/Gemfile")