Wenn beim Starten des Linux-Servers auf aws die SSH-Anmeldung unterbrochen wird, fällt der Server aus, daher möchte ich das Problem lösen!
Es sieht so aus, als ob Sie es so beginnen sollten!
python
nohup COMMAND >out.log 2>err.log &
Beim Starten der Flaschendatei run.py habe ich Folgendes befohlen.
python
nohup FLASK_APP=run.py FLASK_DEBUG=1 nohup flask run --host='0.0.0.0' --port=5000 >out.log 2>err.log &
https://www.ukeyslabo.com/linux/ps-bg/ ↓ Fast dieser Artikel ist Mama https://mick3355-dev.hatenablog.com/entry/2018/04/16/125133
Recommended Posts