Tsahao
Results
2
comments of
Tsahao
@kakalong001 如何找到 ssserver 进程的?我根本就没有这个进程啊
创建/etc/rc.local文件 `touch /etc/rc.local` 赋可执行权限 `chmod 755 /etc/rc.local` 编辑rc.local,添加需要开机启动的任务(在 exit 0 之前添加你的ss-bash存放目录) ``` #!/bin/bash sudo /root/ss-bash/ssadmin start exit0 ```