diff options
author | Florian Dold <florian@dold.me> | 2021-08-04 18:45:04 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-04 18:45:04 +0200 |
commit | d68e074a6de1c5d7aeae141a429489373a52890a (patch) | |
tree | 0736e23edc136f3024de565bc83af7764d551583 /debian/taler-exchange.taler-exchange-httpd.service | |
parent | 8a8cb1d2f988f31325226ed94a0f805eaa47c9ab (diff) |
debian: reduce service dependencies
Diffstat (limited to 'debian/taler-exchange.taler-exchange-httpd.service')
-rw-r--r-- | debian/taler-exchange.taler-exchange-httpd.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/taler-exchange.taler-exchange-httpd.service b/debian/taler-exchange.taler-exchange-httpd.service index ae7947853..08305f14b 100644 --- a/debian/taler-exchange.taler-exchange-httpd.service +++ b/debian/taler-exchange.taler-exchange-httpd.service @@ -1,7 +1,6 @@ [Unit] Description=GNU Taler payment system exchange REST API AssertPathExists=/run/taler-exchange -Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service Wants=taler-exchange-wirewatch.service taler-exchange-aggregator.service taler-exchange-transfer.service After=postgres.service network.target PartOf=taler-exchange.service |