fix start binary
This commit is contained in:
parent
edf4c7b691
commit
5bc3a5f9e2
4
debian/taler-exchange.postinst
vendored
4
debian/taler-exchange.postinst
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user