admin管理员组文章数量:1201792
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=evanys
Group=www-data
WorkingDirectory=/home/evanys/www/plus
ExecStart=/home/evanys/www/django22/bin/gunicorn \
--access-logfile - \
--workers 3 \
--bind unix:/home/evanys/plus.sock \
plus.wsgi:application
[Install]
WantedBy=multi-user.target
At the moment to execute the command
sudo systemctl start gunicorn.socket
I get this error message:
Failed to start gunicorn.socket: Unit gunicorn.socket has a bad unit file setting.
本文标签: Failed to start gunicornsocket Unit gunicornsocket has a bad unit file settingStack Overflow
版权声明:本文标题:Failed to start gunicorn.socket: Unit gunicorn.socket has a bad unit file setting - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738591303a2101524.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论