Failed to start gunicorn.socket: Unit gunicorn.socket has a bad unit file setting [closed]
**
[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
**
Hola al momento de ejecutar
*>sudo systemctl start gunicorn.socket*
sale el error
*>Failed to start gunicorn.socket: Unit gunicorn.socket has a bad unit file setting.*
agradecere alguna solucion