Skip to content

Commit

Permalink
Merge pull request #228 from engineyard/remove_sidekiq6_symlink
Browse files Browse the repository at this point in the history
Remove symlink we automatically do it
  • Loading branch information
mushyy authored Jul 19, 2022
2 parents e5d3834 + d1c1ec9 commit ddc1c85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cookbooks/sidekiq6/recipes/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
variables(node['sidekiq'])
notifies :run, "execute[restart-sidekiq-for-#{app_name}-#{count}]"
end
link "/data/#{app_name}/current/config/sidekiq_#{count}.yml" do
to "/data/#{app_name}/shared/config/sidekiq_#{count}.yml"
end
end

# chown log files
Expand Down

0 comments on commit ddc1c85

Please sign in to comment.