1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

gitlab-ctl: edit page (#15993)

* gitlab-ctl: edit page

* gitlab-ctl: edit page
This commit is contained in:
Amine LOUHICHI 2025-03-22 19:02:26 +01:00 committed by GitHub
parent 41b4a38f26
commit ad43807b4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,11 @@
- Display the logs of a specific service: - Display the logs of a specific service:
`sudo gitlab-ctl tail {{nginx}}` `sudo gitlab-ctl tail {{nginx}}`
- Send the SIGKILL signal to specific service:
`sudo gitlab-ctl kill {{nginx}}`
- Reconfigure the application:
`sudo gitlab-ctl reconfigure`