これは私が使用するものです:
[program:uwsgi]
command=bash -c 'sleep 5 && uwsgi /etc/uwsgi.ini'
sleep
に満足していない ハック 起動スクリプトを作成して supervisorctl start processname
を起動しました そこから。
[program:startup]
command=/startup.sh
startsecs = 0
autostart = true
autorestart = false
startretries = 1
priority=1
[program:myapp]
command=/home/website/venv/bin/gunicorn /home/website/myapp/app.py
autostart=false
autorestart=true
process_name=myapp
startup.sh
#!/bin/bash
sleep 5
supervisorctrl start myapp
このようにして、スーパーバイザーは起動スクリプトを 1 回起動し、5 秒後に myapp を起動します。autostart=false
に注意してください。 と autorestart=true
myapp
で .
scp を使用したファイルのコピー:接続がタイムアウトしました
BadValue 無効またはユーザー ロケールが設定されていません。 LANG や LC_* 環境変数が正しく設定されていることを確認してください