# HG changeset patch
# User Alessio Caiazza <acaiazza@gitlab.com>
# Date 1554462776 0
#      Fri Apr 05 11:12:56 2019 +0000
# Node ID 49a37f0af27ff7d5e460301352e598f86124bc9c
# Parent  965b4c5568d9de4c94f3927193b5666f2fb7fc1d
avoid not needed changes

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 :restart, "runit_service[gitaly]"
+  notifies :restart, "service[gitaly]"
 end
 
 # Before version 11.6, gitaly env directory was `/opt/gitlab/etc/gitaly` by