Djangoで作ったファイルをAWS(EC2)でgunicornに接続するための設定をしています。
ログ確認の為に下記のコマンドをしたのですが、エラーが出ました。
sudo systemctl status gunicorn
Jun 03 15:14:03 ip-172-31-3-40 systemd[10843]: gunicorn.service: Changing to the requested working directory failed: No such file or directory Jun 03 15:14:03 ip-172-31-3-40 systemd[10843]: gunicorn.service: Failed at step CHDIR spawning /home/ubuntu/py36/bin/gunicorn: No such file or directory Jun 03 15:14:03 ip-172-31-3-40 systemd[1]: gunicorn.service: Main process exited, code=exited, status=200/CHDIR Jun 03 15:14:03 ip-172-31-3-40 systemd[1]: gunicorn.service: Failed with result 'exit-code'.
gunicorn.service
[Unit] Description=gunicorn daemon After=network.target [Service] User=ubuntu Group=www-data WorkingDirectory=/home/ubuntu/board3/boardproject ExecStart=/home/ubuntu/py36/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/ubuntu/boaed3/boardproject/boardproject.sock boardproject.wsgi:application [Install] WantedBy=multi-user.target
ファイルの権限が一部rootになっていたので、pwdで確認して該当する物はubuntu(user名、group名どちらも)に変更したのですがそれでも改善しませんでした。
ご教授いただければと思います。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。