zulip/tools/django-command-line

3 lines
157 B
Bash
Executable File

#!/bin/sh -x
while true; do python manage.py runfcgi socket=$(pwd)/fastcgi-socket outlog=$(pwd)/app.out errlog=$(pwd)/app.err daemonize=False; sleep 1; done