service and config fixes

This commit is contained in:
Florian Dold 2021-08-06 13:30:41 +02:00
parent e5a14a8b25
commit 978a90e79b
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
taler-exchange (0.9.0-28) unstable; urgency=low
* Service and configuration fixes.
-- Florian Dold <dold@taler.net> Fri, 06 Aug 2021 13:29:47 +0200
taler-exchange (0.9.0-27) unstable; urgency=low
* Update to upstream code with minor bugfixes.

View File

@ -30,4 +30,4 @@ payto_uri =
# Credentials to access the account are in a separate
# config file with restricted permissions.
@inline-secret@ exchange-accountcredentials-1 ../exchange-accountcredentials.secret.conf
@inline-secret@ exchange-accountcredentials-1 ../secrets/exchange-accountcredentials.secret.conf

View File

@ -2,7 +2,7 @@
Description=GNU Taler payment system exchange REST API
AssertPathExists=/run/taler/exchange-httpd
Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service
After=postgres.service network.target
After=postgres.service network.target taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service
PartOf=taler-exchange.service
[Service]