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:
parent
41b4a38f26
commit
ad43807b4c
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue