commit 2ce97d4314100adc26bf7f6e4db2d96ccd58532d parent 8ac7856e6c5c2460c2dbe38706c188ed275c8d03 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 26 Mar 2024 22:41:27 +0100 more service rules Diffstat:
| M | debian/rules | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules @@ -38,6 +38,11 @@ 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-httpd --no-start --no-enable + dh_installsystemd -ptaler-merchant --name=taler-merchant-exchange --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 # final invocation to generate daemon reload dh_installsystemd