http://docs.jumpserver.org/zh/docs/introduce.html
启动脚本
1 #!/bin/bash 2 set -e 3 4 export LANG=zh_CN.UTF-8 5 6 # 项目安装位置,默认是/opt 7 Project=/data1/jumpserver 8 9 pid=`ps -ef | grep -v grep | egrep '(gunicorn|celery|beat|cocod)' | awk '{print $2}'` 10 if [ "$pid" != "" ]; then 11 echo -e "