diff options
author | Florian Dold <florian@dold.me> | 2021-01-17 20:07:55 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-17 20:07:55 +0100 |
commit | b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39 (patch) | |
tree | d900710097f485150c55104e1f26304eac0ac55e /debian | |
parent | ed9c37ef4fb49949b06fccac72e498b67c4c61ce (diff) |
rename taler-helper-crypto-* to taler-exchange-secmod-*
Diffstat (limited to 'debian')
-rw-r--r-- | debian/taler-exchange.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst index cf48f8782..48ebd6be1 100644 --- a/debian/taler-exchange.postinst +++ b/debian/taler-exchange.postinst @@ -128,7 +128,7 @@ EnvironmentFile=/etc/default/taler-exchange User=${_RSECUSERNAME} Type=simple Restart=on-failure -ExecStart=/usr/bin/taler-helper-crypto-rsa -c /etc/taler-exchange.conf +ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler-exchange.conf [Install] WantedBy=multi-user.target @@ -142,7 +142,7 @@ EnvironmentFile=/etc/default/taler-exchange User=${_ESECUSERNAME} Type=simple Restart=on-failure -ExecStart=/usr/bin/taler-helper-crypto-eddsa -c /etc/taler-exchange.conf +ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler-exchange.conf EOF cat > "/etc/systemd/system/taler-exchange-wirewatch.service" <<EOF [Unit] |