fix start binary

This commit is contained in:
Christian Grothoff 2020-12-31 22:45:17 +01:00
parent edf4c7b691
commit 5bc3a5f9e2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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]