瀏覽代碼

gitlab-ctl: edit page (#15993)

* gitlab-ctl: edit page

* gitlab-ctl: edit page
Amine LOUHICHI 6 天之前
父節點
當前提交
ad43807b4c
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pages/common/gitlab-ctl.md

+ 8 - 0
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`