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