From ad43807b4cad5b32e6d0f2716ca5d495baf204bb Mon Sep 17 00:00:00 2001 From: Amine LOUHICHI <32558537+aminelch@users.noreply.github.com> Date: Sat, 22 Mar 2025 19:02:26 +0100 Subject: [PATCH] gitlab-ctl: edit page (#15993) * gitlab-ctl: edit page * gitlab-ctl: edit page --- pages/common/gitlab-ctl.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/gitlab-ctl.md b/pages/common/gitlab-ctl.md index 6b2cd9f364..aa77c0ed8d 100644 --- a/pages/common/gitlab-ctl.md +++ b/pages/common/gitlab-ctl.md @@ -26,3 +26,11 @@ - Display the logs of a specific service: `sudo gitlab-ctl tail {{nginx}}` + +- Send the SIGKILL signal to specific service: + +`sudo gitlab-ctl kill {{nginx}}` + +- Reconfigure the application: + +`sudo gitlab-ctl reconfigure`