~ubuntu-branches/ubuntu/precise/gunicorn/precise

« back to all changes in this revision

Viewing changes to debian/gunicorn.init

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2011-05-26 16:42:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110526164238-4gd6o38fxwm54s2v
Tags: 0.12.2-2
Source /etc/default/gunicorn so CONF_DIR (etc.) can be overridden.
(via https://github.com/lamby/pkg-gunicorn/issues/8). Thanks to cbay for
the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
LOG_DIR=/var/log/gunicorn
20
20
CONF_DIR=/etc/gunicorn.d
21
21
 
 
22
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
 
23
 
22
24
. /lib/lsb/init-functions
23
25
 
24
26
Action() {