Skip to content

Instantly share code, notes, and snippets.

View michal-stoma's full-sized avatar

Michal Stoma michal-stoma

  • Warsaw, Poland
View GitHub Profile
@michal-stoma
michal-stoma / yourapp
Created August 9, 2017 15:28 — forked from leplatrem/yourapp
gunicorn virtualenv init.d script (could be simpler with upstart)
#! /bin/bash
### BEGIN INIT INFO
# Provides: yourapp
# Required-Start: nginx
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: The main django process
# Description: The gunicorn process that receives HTTP requests
# from nginx