commit 7056e60230bf49e31c10eb32ee7ab938f5ce7d5f
parent 68ba941c8eee39288d50feff0f9684ba66ba0f00
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 11 Jun 2025 17:39:52 +0200
add sanctionscheck service to postinst
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
@@ -46,6 +46,7 @@ override_dh_installsystemd:
dh_installsystemd -ptaler-exchange --name=taler-exchange-secmod-rsa --no-start --no-enable --no-stop-on-upgrade
dh_installsystemd -ptaler-exchange --name=taler-exchange-closer --no-start --no-enable --no-stop-on-upgrade
dh_installsystemd -ptaler-exchange --name=taler-exchange --no-start --no-enable --no-stop-on-upgrade
+ dh_installsystemd -ptaler-exchange --name=taler-exchange-sanctionscheck --no-start --no-enable --no-stop-on-upgrade
dh_installsystemd -ptaler-auditor --name=taler-auditor-httpd --no-start --no-enable --no-stop-on-upgrade
dh_installsystemd -ptaler-auditor --name=taler-helper-auditor-aggregation --no-start --no-enable --no-stop-on-upgrade
dh_installsystemd -ptaler-auditor --name=taler-helper-auditor-coins --no-start --no-enable --no-stop-on-upgrade