zulip/tools/django-command-line

3 lines
158 B
Bash
Executable File

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