# HG changeset patch
# User Alessio Caiazza <acaiazza@gitlab.com>
# Date 1554453240 0
#      Fri Apr 05 08:34:00 2019 +0000
# Node ID 965b4c5568d9de4c94f3927193b5666f2fb7fc1d
# Parent  4250cd8bc61e9c151798b83ba61c2cb598d96f8b
Apply suggestion to files/gitlab-cookbooks/gitaly/recipes/enable.rb

diff --git a/files/gitlab-cookbooks/gitaly/recipes/enable.rb b/files/gitlab-cookbooks/gitaly/recipes/enable.rb
--- a/files/gitlab-cookbooks/gitaly/recipes/enable.rb
+++ b/files/gitlab-cookbooks/gitaly/recipes/enable.rb
@@ -59,7 +59,7 @@
 
 env_dir env_directory do
   variables node['gitaly']['env']
-  notifies :hup, "runit_service[gitaly]"
+  notifies :restart, "runit_service[gitaly]"
 end
 
 # Before version 11.6, gitaly env directory was `/opt/gitlab/etc/gitaly` by