Examples (8)
Display the status of every service
sudo gitlab-ctl statusDisplay the status of a specific service
sudo gitlab-ctl status nginxRestart every service
sudo gitlab-ctl restartRestart a specific service
sudo gitlab-ctl restart nginxDisplay the logs of every service and keep reading until `<Ctrl c>` is pressed
Display the logs of a specific service
Send the SIGKILL signal to specific service
Reconfigure the application
sudo gitlab-ctl reconfiguremade by @shridhargupta | data from tldr-pages