From 5a1541a44f745cf9ae4121d6919a1530a7212afe Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 23 Feb 2021 18:42:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-9-stable-ee --- bin/actioncable | 2 +- bin/web_puma | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/actioncable b/bin/actioncable index 0aacb19e070..14600ec1177 100755 --- a/bin/actioncable +++ b/bin/actioncable @@ -36,7 +36,7 @@ start_foreground() stop() { get_puma_pid - kill -QUIT "$(get_puma_pid)" + kill -INT "$(get_puma_pid)" } reload() diff --git a/bin/web_puma b/bin/web_puma index 6a9b729f6dd..c1ab4718f0d 100755 --- a/bin/web_puma +++ b/bin/web_puma @@ -36,7 +36,7 @@ start_foreground() stop() { get_puma_pid - kill -QUIT "$(get_puma_pid)" + kill -INT "$(get_puma_pid)" } reload() -- cgit v1.2.3