Skip to content

Instantly share code, notes, and snippets.

@chilic
Created October 30, 2018 21:00
Show Gist options
  • Save chilic/0de337ca9add2e1c342b78e358acfea3 to your computer and use it in GitHub Desktop.
Save chilic/0de337ca9add2e1c342b78e358acfea3 to your computer and use it in GitHub Desktop.
[Unit]
Description=Gunicorn flask
After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/home/app
Environment="PATH=/home/app/env/bin"
ExecStart=/home/app/env/bin/gunicorn --workers 4 --bind unix:/var/run/app.sock -m 007 app:app
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment