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`