Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/actioncable')
-rwxr-xr-xbin/actioncable2
1 files changed, 1 insertions, 1 deletions
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()