service and config fixes
This commit is contained in:
parent
e5a14a8b25
commit
978a90e79b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user