@谢花郎 你好,我的vim pro_sss_pymanager 后显示:
#!/bin/bash
# chkconfig: 2345 55 25
# description: pro_sss
### BEGIN INIT INFO
# Provides: pro_sss
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: pro_sss
# Description: pro_sss
### END INIT INFO
nohup /www/wwwroot/pro_sss_app//pro_sss_venv/bin/uwsgi --ini /www/wwwroot/pro_sss_app/uwsgi.ini -w manage:app > /dev/null 2>&1 &
~
~
~
~
~
"pro_sss_pymanager" 14L, 501C 14,1 All
请问,我要开机后自动启动这个该怎么修改,感谢! |