Restart gitlab-sidekiq in postinst

This commit is contained in:
Sruthi Chandran 2019-09-07 01:00:32 +05:30
parent 36faa84000
commit be92ed278a

View file

@ -341,6 +341,8 @@ case "$1" in
echo "Restarting gitaly..."
invoke-rc.d gitaly restart
fi
echo "Restarting gitlab-sidekiq..."
systemctl restart gitlab-sidekiq
echo "Restarting gitlab..."
invoke-rc.d gitlab restart
echo "Running rake checks..."