Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5121

Closed
Open
Created Sep 18, 2013 by Administrator@rootOwner

can stop process with /etc/init.d/restart?

Created by: justzx2011

root@yz-21-228:/home/nginx/conf/servers# ps aux | grep unicorn.rb git 25176 2.6 6.7 315800 139340 pts/3 Sl 11:28 0:12 unicorn_rails master (old) -c /home/git/gitlab/config/unicorn. rb -E production
git 25290 0.0 6.4 315800 133108 pts/3 Sl 11:28 0:00 unicorn_rails worker[0] -c /home/git/gitlab/config/unicorn.rb -E production
git 25293 0.0 6.4 315800 133120 pts/3 Sl 11:28 0:00 unicorn_rails worker[1] -c /home/git/gitlab/config/unicorn.rb -E production
git 25296 0.0 6.4 315800 133116 pts/3 Sl 11:28 0:00 unicorn_rails worker[2] -c /home/git/gitlab/config/unicorn.rb -E production
git 25299 2.2 6.8 316988 140520 pts/3 Sl 11:28 0:10 unicorn_rails master -c /home/git/gitlab/config/unicorn.rb -E production
git 25371 0.0 6.5 316988 134276 pts/3 Sl 11:28 0:00 unicorn_rails worker[0] -c /home/git/gitlab/config/unicorn.rb -E production
git 25374 0.0 6.5 316988 134284 pts/3 Sl 11:28 0:00 unicorn_rails worker[1] -c /home/git/gitlab/config/unicorn.rb -E production
git 25377 0.0 6.5 316988 134284 pts/3 Sl 11:28 0:00 unicorn_rails worker[2] -c /home/git/gitlab/config/unicorn.rb -E production
root 25520 0.0 0.0 6300 596 pts/3 R+ 11:36 0:00 grep unicorn.rb root@yz-21-228:/home/nginx/conf/servers# /etc/init.d/gitlab restart Restarting GitLab service... GitLab service restarted. root@yz-21-228:/home/nginx/conf/servers# /etc/init.d/gitlab restart
Restarting GitLab service... GitLab service restarted. root@yz-21-228:/home/nginx/conf/servers# ps aux | grep unicorn.rb
git 25176 2.5 6.7 315800 139340 pts/3 Sl 11:28 0:12 unicorn_rails master (old) -c /home/git/gitlab/config/unicorn. rb -E production
git 25290 0.0 6.4 315800 133108 pts/3 Sl 11:28 0:00 unicorn_rails worker[0] -c /home/git/gitlab/config/unicorn.rb -E production
git 25293 0.0 6.4 315800 133120 pts/3 Sl 11:28 0:00 unicorn_rails worker[1] -c /home/git/gitlab/config/unicorn.rb -E production
git 25296 0.0 6.4 315800 133116 pts/3 Sl 11:28 0:00 unicorn_rails worker[2] -c /home/git/gitlab/config/unicorn.rb -E production
git 25299 2.1 6.8 316988 140520 pts/3 Sl 11:28 0:10 unicorn_rails master -c /home/git/gitlab/config/unicorn.rb -E production
git 25371 0.0 6.5 316988 134276 pts/3 Sl 11:28 0:00 unicorn_rails worker[0] -c /home/git/gitlab/config/unicorn.rb -E production
git 25374 0.0 6.5 316988 134284 pts/3 Sl 11:28 0:00 unicorn_rails worker[1] -c /home/git/gitlab/config/unicorn.rb -E production
git 25377 0.0 6.5 316988 134284 pts/3 Sl 11:28 0:00 unicorn_rails worker[2] -c /home/git/gitlab/config/unicorn.rb -E production
root 25636 0.0 0.0 6304 596 pts/3 S+ 11:36 0:00 grep unicorn.rb

Assignee
Assign to
Time tracking