mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
3 lines
254 B
Bash
Executable File
3 lines
254 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python /home/humbug/humbug-deployments/current/manage.py runfcgi socket=/home/humbug/humbug-deployments/current/fastcgi-socket outlog=/home/humbug/logs/app.out errlog=/humbug/humbug/logs/app.err daemonize=False; sleep 1; done
|