dpaste: Updates.
This commit is contained in:
parent
1369a05226
commit
35b2ccce16
|
@ -1,4 +1,4 @@
|
|||
PGVER = 9.2
|
||||
PGVER = 9.3
|
||||
DPASTE_USER = dpaste
|
||||
DPASTE_HOME = /opt/dpaste
|
||||
PIP = $(DPASTE_HOME)/bin/pip
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue