Skip to content

Instantly share code, notes, and snippets.

@macndesign
Created January 26, 2017 18:27
Show Gist options
  • Save macndesign/239e701baa8d686a7e9c443a69f70cfd to your computer and use it in GitHub Desktop.
Save macndesign/239e701baa8d686a7e9c443a69f70cfd to your computer and use it in GitHub Desktop.
[Unit]
Description=gunicorn revista_virtual daemon
After=network.target
[Service]
User=revista_virtual
Group=www-data
WorkingDirectory=/home/revista_virtual/revista_virtual
ExecStart=/home/revista_virtual/revista_virtual/venv/bin/gunicorn --workers 3 --bind unix:/home/revista_virtual/revista_virtual/revista_virtual.sock revista_virtual.wsgi:application
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment