We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
命令查看ssserver状态提示ssserver未启动,实际上是在运行着而且是通过pip安装的 [root@ecsn2RyxB ~]# ps -ef |grep ssserver root 436 1 0 Jul23 ? 00:07:41 /usr/bin/python3 /usr/local/bin/ssserver -c /etc/shadowsocks.json start root 50765 50743 0 15:00 pts/4 00:00:00 grep --color=auto ssserver
[root@ecsn2RyxB ss-bash-1.0-beta.3]# ./ssadmin.sh status ssserver未启动 50619 pts/3 S 0:00 /bin/bash /root/ss-bash-1.0-beta.3/sscounter.sh sscounter.sh正在运行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
命令查看ssserver状态提示ssserver未启动,实际上是在运行着而且是通过pip安装的
[root@ecsn2RyxB ~]# ps -ef |grep ssserver
root 436 1 0 Jul23 ? 00:07:41 /usr/bin/python3 /usr/local/bin/ssserver -c /etc/shadowsocks.json start
root 50765 50743 0 15:00 pts/4 00:00:00 grep --color=auto ssserver
[root@ecsn2RyxB ss-bash-1.0-beta.3]# ./ssadmin.sh status
ssserver未启动
50619 pts/3 S 0:00 /bin/bash /root/ss-bash-1.0-beta.3/sscounter.sh
sscounter.sh正在运行
The text was updated successfully, but these errors were encountered: