구니콘1 gunicorn 구니콘 유니콘 관련 systemctl: /etc/systemd/system/gunicorn.service[Unit]Description=Gunicorn + Uvicorn Worker ServiceAfter=network.target[Service]User=ubuntuGroup=ubuntuWorkingDirectory=/home/ubuntuExecStart=/home/ubuntu/venv/bin/gunicorn 프로젝트명.asgi:application \ -k uvicorn.workers.UvicornWorker \ -w 4 \ -b unix:/tmp/gunicorn.sockRestart=alwaysKillSignal=SIGTERMType=simple[Install]WantedBy=multi-user.target 시작:.. 2025. 6. 19. 이전 1 다음