aboutsummaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-03-19 18:45:11 +0000
committerRob Austein <sra@hactrn.net>2016-03-19 18:45:11 +0000
commite45c69569306b755d7ee7977b0ea60cb095bb5fa (patch)
treee109235b4cb2672bcd2d696e2edfc1ecc11f9f0c /buildtools
parent51ce3bb88c3d1993cb54e2a995325709f6df585c (diff)
Run rpki.wsgi as user rpki. Closes #788.
svn path=/branches/tk705/; revision=6317
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/debian-skeleton/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rules b/buildtools/debian-skeleton/rules
index c7d9d197..90d10def 100644
--- a/buildtools/debian-skeleton/rules
+++ b/buildtools/debian-skeleton/rules
@@ -8,7 +8,7 @@ export DH_VERBOSE=1
dh $@ --with python2
override_dh_auto_configure:
- dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb --disable-runtime-dependencies
+ dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb --disable-runtime-dependencies --wsgi_daemon_mode=rpki
override_dh_auto_test:
@true