aboutsummaryrefslogtreecommitdiffstats
path: root/config/shepherd/init.d/cardano.scm
diff options
context:
space:
mode:
Diffstat (limited to 'config/shepherd/init.d/cardano.scm')
-rw-r--r--config/shepherd/init.d/cardano.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/shepherd/init.d/cardano.scm b/config/shepherd/init.d/cardano.scm
index b626cfc..4f671ec 100644
--- a/config/shepherd/init.d/cardano.scm
+++ b/config/shepherd/init.d/cardano.scm
@@ -25,7 +25,8 @@
#:docstring "Cardano Testnet wallet"
#:provides '(testnet-wallet)
#:start (make-forkexec-constructor
- (list (string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+ (list "cardano-wallet"
+ ;;(string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
"serve"
"+RTS" "-T" "-RTS"
"--port" "8091"
@@ -58,7 +59,8 @@
#:docstring "Mainnet wallet"
#:provides '(mainnet-wallet)
#:start (make-forkexec-constructor
- (list (string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+ (list ;;(string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+ "cardano-wallet"
"serve"
"+RTS" "-T" "-RTS"
"--node-socket" "/tmp/alinamn.socket"