Blog Archive for July 30, 2010

Simple Debian Init Script for Gunicorn

July 30, 2010

Here's a simple Debian init script for starting and stopping a gunicorn server. This is very basic, but it serves my purposes. The key improvement to make would probably be moving the config out of the init script and into a config file.

The values that need changing to get …