Commit acb108c18d80648d17e2053618551915eda105ea
1 parent
10a0412b
Exists in
master
and in
17 other branches
Remove signal translation for Redis
I trust Opscode that Postgres needs it but I see no need to complicate the supervision of Redis at this time.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/redis.rb
@@ -47,7 +47,6 @@ end | @@ -47,7 +47,6 @@ end | ||
47 | 47 | ||
48 | runit_service "redis" do | 48 | runit_service "redis" do |
49 | down node['gitlab']['redis']['ha'] | 49 | down node['gitlab']['redis']['ha'] |
50 | - control(['t']) | ||
51 | options({ | 50 | options({ |
52 | :log_directory => redis_log_dir, | 51 | :log_directory => redis_log_dir, |
53 | :svlogd_size => node['gitlab']['redis']['svlogd_size'], | 52 | :svlogd_size => node['gitlab']['redis']['svlogd_size'], |