Commit acb108c18d80648d17e2053618551915eda105ea

Authored by Jacob Vosmaer
1 parent 10a0412b

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.
files/gitlab-cookbooks/gitlab/recipes/redis.rb
... ... @@ -47,7 +47,6 @@ end
47 47  
48 48 runit_service "redis" do
49 49 down node['gitlab']['redis']['ha']
50   - control(['t'])
51 50 options({
52 51 :log_directory => redis_log_dir,
53 52 :svlogd_size => node['gitlab']['redis']['svlogd_size'],
... ...