diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-10 13:11:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-10 13:11:12 +0100 |
commit | 5ac01822b6e4c46180017eaafc7dfbc472e53840 (patch) | |
tree | 9ac4a6acb4dac48676dd6c1daf028a2f1882dd17 /debian/rules | |
parent | de9b2408fe95f1daab136dcf01bc96090ad4431d (diff) |
include timer for taler-exchange-offline
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b957c81ac..6bdc2edd1 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,7 @@ override_dh_installsystemd: dh_installsystemd -ptaler-exchange --name=taler-exchange-closer --no-start --no-enable dh_installsystemd -ptaler-auditor --name=taler-auditor-httpd --no-start --no-enable dh_installsystemd -ptaler-exchange --name=taler-exchange --no-start --no-enable + dh_installsystemd -ptaler-exchange-offline --name=taler-exchange-offline --no-start --no-enable # final invocation to generate daemon reload dh_installsystemd |