[Unit] Description=gunicorn daemon After=network.target [Service] User=deployer Group=www-data WorkingDirectory=/home/deployer/BokehDash/mysite ExecStart=/home/deployer/envs/dashboard352/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/deployer/BokehDash/mysite/mysite.sock mysite.wsgi:application [Install] WantedBy=multi-user.target