mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
3 lines
158 B
Bash
Executable File
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
|