summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:45:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:45:17 +0100
commit5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2 (patch)
treeb2dbfd801a8903e3d159c1abd1b529a804622f1b /debian
parentedf4c7b691acbf3e6f4458cebd5dfe02b7bc66ac (diff)
downloadexchange-5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2.tar.gz
exchange-5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2.tar.bz2
exchange-5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2.zip
fix start binary
Diffstat (limited to 'debian')
-rw-r--r--debian/taler-exchange.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index 356ad98d0..0898f6ac5 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -122,7 +122,7 @@ EnvironmentFile=/etc/default/taler
User=${_RSECUSERNAME}
Type=simple
Restart=on-failure
-ExecStart=/usr/bin/taler-exchange-helper-rsa -c /etc/taler.conf
+ExecStart=/usr/bin/taler-helper-crypto-rsa -c /etc/taler.conf
[Install]
WantedBy=multi-user.target
@@ -136,7 +136,7 @@ EnvironmentFile=/etc/default/taler
User=${_ESECUSERNAME}
Type=simple
Restart=on-failure
-ExecStart=/usr/bin/taler-exchange-helper-eddsa -c /etc/taler.conf
+ExecStart=/usr/bin/taler-helper-crypto-eddsa -c /etc/taler.conf
EOF
cat > "/etc/systemd/system/taler-exchange-wirewatch.service" <<EOF
[Unit]