merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 2ff9f7fec73aadc1a9c09cb1b2547895eff98191
parent 1db62a2eb33926f99513e4e3ee4158f20b001877
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 27 Jan 2025 09:43:01 +0100

add kyccheck service

Diffstat:
Mdebian/rules | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules @@ -37,10 +37,11 @@ override_dh_auto_clean: override_dh_installsystemd: # Need to specify units manually, since we have multiple # and dh_installsystemd by default only looks for "<package>.service". + dh_installsystemd -ptaler-merchant --name=taler-merchant-depositcheck --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-httpd --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-exchangekeyupdate --no-start --no-enable + dh_installsystemd -ptaler-merchant --name=taler-merchant-kyccheck --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-reconciliation --no-start --no-enable - dh_installsystemd -ptaler-merchant --name=taler-merchant-depositcheck --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-webhook --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant-wirewatch --no-start --no-enable dh_installsystemd -ptaler-merchant --name=taler-merchant --no-start --no-enable