dpaste: Updates.

This commit is contained in:
Albert Hopkins 2014-05-10 13:22:48 +00:00
parent 1369a05226
commit 35b2ccce16
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PGVER = 9.2
PGVER = 9.3
DPASTE_USER = dpaste
DPASTE_HOME = /opt/dpaste
PIP = $(DPASTE_HOME)/bin/pip

View File

@ -1,5 +1,5 @@
#!/sbin/runscript
# Copyright 2013 Marduk Enterprises (marduk@python.net)
# Copyright 2013-2014 Marduk Enterprises (marduk@python.net)
# Distributed under the terms of the GNU General Public License v2
description="GUnicorn server for the dpaste app"
@ -7,7 +7,7 @@ description="GUnicorn server for the dpaste app"
depend() {
need localmount
after nginx
after postgresql-9.2
after postgresql-9.3
}