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}
|
User=${_RSECUSERNAME}
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
@ -136,7 +136,7 @@ EnvironmentFile=/etc/default/taler
|
|||||||
User=${_ESECUSERNAME}
|
User=${_ESECUSERNAME}
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
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
|
EOF
|
||||||
cat > "/etc/systemd/system/taler-exchange-wirewatch.service" <<EOF
|
cat > "/etc/systemd/system/taler-exchange-wirewatch.service" <<EOF
|
||||||
[Unit]
|
[Unit]
|
||||||
|
Loading…
Reference in New Issue
Block a user