mirror of https://github.com/zulip/zulip.git
3 lines
158 B
Plaintext
3 lines
158 B
Plaintext
|
#!/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
|