libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit fbe3af30b41e82ca4264a522c445791da8efa15a
parent a40c7c3bb738a5948aef31778766e3b657cab4fa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Apr 2024 01:16:06 +0200

also no stop on upgrade

Diffstat:
Mdebian/rules | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -39,13 +39,13 @@ override_dh_install: override_dh_installsystemd: # Need to specify units manually, since we have multiple # and dh_installsystemd by default only looks for "<package>.service". - dh_installsystemd -plibeufin-bank --name=libeufin-bank --no-start --no-enable - dh_installsystemd -plibeufin-bank --name=libeufin-bank-gc --no-start --no-enable - dh_installsystemd -plibeufin-bank --name=libeufin-bank-gc.timer --no-start --no-enable - dh_installsystemd -plibeufin-bank --name=libeufin-bank --no-start --no-enable - dh_installsystemd -plibeufin-nexus --name=libeufin-nexus-ebics-submit --no-start --no-enable - dh_installsystemd -plibeufin-nexus --name=libeufin-nexus-ebics-fetch --no-start --no-enable - dh_installsystemd -plibeufin-nexus --name=libeufin-nexus --no-start --no-enable + dh_installsystemd -plibeufin-bank --name=libeufin-bank --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-bank --name=libeufin-bank-gc --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-bank --name=libeufin-bank-gc.timer --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-bank --name=libeufin-bank --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-nexus --name=libeufin-nexus-ebics-submit --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-nexus --name=libeufin-nexus-ebics-fetch --no-start --no-enable --no-stop-on-upgrade + dh_installsystemd -plibeufin-nexus --name=libeufin-nexus --no-start --no-enable --no-stop-on-upgrade # final invocation to generate daemon reload dh_installsystemd