linux如何结束gitlab所有进程
解决方法:
执行:ps -ef | grep gitlab | xargs kill -s 9
例如:
[root@xxxxxx ~]# ps -ef | grep gitlab | xargs kill -s 9
kill: cannot find process "root"
Killed
在执行: ps aux | grep gitlab看看有没有进程没结束,以下结果说明都结束了
[root@xxx ~]# ps aux | grep gitlab
root 1802 0.0 0.1 112824 2256 pts/0 S+ 11:02 0:00 grep --color=auto gitlab