Bash
29 Aug 2008 HTML Text
 
 
1
2
3
4
5
#!/bin/sh
DIR='/home/filmfeed_devel/website'

cat fcgi.pid | xargs kill
/usr/bin/env python manage.py runfcgi method=threaded socket=/tmp/fastcgi-socket-filmfeed-devel pidfile=$DIR/fcgi.pid umask=000