Django 1.8.x Documentationprocesses, you’ll need to resort to the Unix kill command. If you specify the pidfile option to runfcgi, you can kill the running FastCGI daemon like this: kill `cat $PIDFILE` . . . where $PIDFILE is the PIDFILE="$PROJDIR/mysite.pid" SOCKET="$PROJDIR/mysite.sock" cd $PROJDIR if [ -f $PIDFILE ]; then kill `cat -- $PIDFILE` rm -f -- $PIDFILE fi exec /usr/bin/env - \ PYTHONPATH="../python:.." \ ./manage0 码力 | 1685 页 | 6.01 MB | 1 年前3
Django 1.8.x Documentationprocesses, you’ll need to resort to the Unix kill command. If you specify the pidfile option to runfcgi, you can kill the running FastCGI daemon like this: kill `cat $PIDFILE` …where $PIDFILE is the pidfile PIDFILE="$PROJDIR/mysite.pid" SOCKET="$PROJDIR/mysite.sock" cd $PROJDIR if [ -f $PIDFILE ]; then kill `cat -- $PIDFILE` rm -f -- $PIDFILE fi exec /usr/bin/env - \ PYTHONPATH="../python:.." \0 码力 | 2454 页 | 2.85 MB | 1 年前3
共 2 条
- 1
相关搜索词













