diff options
author | Florian Dold <florian@dold.me> | 2021-07-27 15:42:39 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-27 15:42:39 +0200 |
commit | 6b7b576fa5dba97ec262e82ce6f736c3ac93a123 (patch) | |
tree | 0a42f3a462d4c3eb961f2272f173d8ce8add25de /debian/rules | |
parent | 859e550e6e292275ed6b9909c17147013a52908e (diff) |
debian: taler-exchange umbrella service
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 ab20b7cea..6f62a13d5 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ override_dh_installsystemd: dh_installsystemd -ptaler-exchange --name=taler-exchange-secmod-eddsa --no-start --no-enable dh_installsystemd -ptaler-exchange --name=taler-exchange-secmod-rsa --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 # final invocation to generate daemon reload dh_installsystemd |