diff options
author | Florian Dold <florian@dold.me> | 2021-07-29 15:56:17 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-29 15:56:17 +0200 |
commit | 1b80e4ab46c144db67c2818a64b1cd480aa3b91e (patch) | |
tree | 8939ae98af841aaa052dcbcc69bb64be92ed2707 | |
parent | 973f364ae31a009dd25054b666d215f6b8b2fb5a (diff) | |
download | exchange-1b80e4ab46c144db67c2818a64b1cd480aa3b91e.tar.gz exchange-1b80e4ab46c144db67c2818a64b1cd480aa3b91e.zip |
typo
-rw-r--r-- | debian/etc/taler/taler.conf | 5 | ||||
-rw-r--r-- | debian/taler-exchange.taler-exchange-secmod-rsa.service | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/etc/taler/taler.conf b/debian/etc/taler/taler.conf index 27ccf47d2..969f38736 100644 --- a/debian/etc/taler/taler.conf +++ b/debian/etc/taler/taler.conf | |||
@@ -25,5 +25,10 @@ | |||
25 | #currency_round_unit = KUDOS:0.01 | 25 | #currency_round_unit = KUDOS:0.01 |
26 | 26 | ||
27 | 27 | ||
28 | [paths] | ||
29 | |||
30 | |||
31 | |||
32 | |||
28 | # Inline configurations from all Taler components. | 33 | # Inline configurations from all Taler components. |
29 | @inline-matching@ conf.d/*.conf | 34 | @inline-matching@ conf.d/*.conf |
diff --git a/debian/taler-exchange.taler-exchange-secmod-rsa.service b/debian/taler-exchange.taler-exchange-secmod-rsa.service index bd72d4de7..18a0dd90e 100644 --- a/debian/taler-exchange.taler-exchange-secmod-rsa.service +++ b/debian/taler-exchange.taler-exchange-secmod-rsa.service | |||
@@ -7,7 +7,7 @@ PartOf=taler-exchange.service | |||
7 | User=taler-exchange-secmod-rsa | 7 | User=taler-exchange-secmod-rsa |
8 | Type=simple | 8 | Type=simple |
9 | Restart=on-failure | 9 | Restart=on-failure |
10 | ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.con | 10 | ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf |
11 | StandardOutput=journal | 11 | StandardOutput=journal |
12 | StandardError=journal | 12 | StandardError=journal |
13 | PrivateTmp=no | 13 | PrivateTmp=no |