[Unit] Description=gunicorn daemon After=network.target [Service] User=www-updash Group=www-data WorkingDirectory= ExecStart=/bin/gunicorn --workers 3 --timeout 300 --error-logfile /gunicorn.log --bind unix:updatesdashboard.sock updatesdashboard.wsgi:application ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID [Install] WantedBy=multi-user.target