diff options
Diffstat (limited to 'debian/taler-exchange.taler-exchange-httpd@.service')
-rw-r--r-- | debian/taler-exchange.taler-exchange-httpd@.service | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/taler-exchange.taler-exchange-httpd@.service b/debian/taler-exchange.taler-exchange-httpd@.service index 646acd6aa..5a19323f6 100644 --- a/debian/taler-exchange.taler-exchange-httpd@.service +++ b/debian/taler-exchange.taler-exchange-httpd@.service @@ -1,4 +1,9 @@ -% This is a systemd service template. +# This is a systemd service template to instantiate +# the service multiple times for parallelism. +# We currently don't ship it with the package, +# but might use it for future high-performance +# deployments. + [Unit] Description=GNU Taler payment system exchange REST API at %I AssertPathExists=/run/taler/exchange-httpd |