System Grab Bag

View all TLDR pages from common (or from all pages)

gitlab-ctl

Manage the GitLab omnibus. More information: https://docs.gitlab.com/omnibus/maintenance/.
  • Display the status of every service:
    sudo gitlab-ctl status
  • Display the status of a specific service:
    sudo gitlab-ctl status {{nginx}}
  • Restart every service:
    sudo gitlab-ctl restart
  • Restart a specific service:
    sudo gitlab-ctl restart {{nginx}}
  • Display the logs of every service and keep reading until Ctrl + C is pressed:
    sudo gitlab-ctl tail
  • Display the logs of a specific service:
    sudo gitlab-ctl tail {{nginx}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.