summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/taler-merchant.config')
-rw-r--r--debian/taler-merchant.config22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/taler-merchant.config b/debian/taler-merchant.config
deleted file mode 100644
index 4a876261..00000000
--- a/debian/taler-merchant.config
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-_USERNAME=taler-merchant-httpd
-_GROUPNAME=www-data
-
-# For now, we only support postgres
-dbc_dbtypes=pgsql
-dbc_dbuser=${_USERNAME}
-
-dbc_authmethod_user=ident
-dbc_authmethod_admin=ident
-
-if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
- . /usr/share/dbconfig-common/dpkg/config.pgsql
- dbc_go taler-merchant "$@"
-fi
-
-db_stop