gunicorn.service
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=root
WorkingDirectory=/root/botproject
ExecStart=gunicorn --workers 5 --bind unix:/run/gunicorn.sock botproject.wsgi:application
[Install]
WantedBy=multi-user.target
/root/botproject - папка с проектом
systemctl status gunicorn
● gunicorn.service - gunicorn daemon
Loaded: loaded (/etc/systemd/system/gunicorn.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2022-07-09 21:28:04 UTC; 3s ago
Process: 83314 ExecStart=/usr/local/bin/gunicorn --workers 5 --bind unix:/run/gunicorn.sock botproject.wsgi:application > Main PID: 83314 (code=exited, status=200/CHDIR)
Jul 09 21:28:04 server.domain.com systemd[1]: Started gunicorn daemon.
Jul 09 21:28:04 server.domain.com systemd[1]: gunicorn.service: Main process exited, code=exited, status=200/CHDIR
Jul 09 21:28:04 server.domain.com systemd[1]: gunicorn.service: Failed with result 'exit-code'.
Не могу понять чем вызвана ошибка 200/CHDIR