aboutsummaryrefslogtreecommitdiffstats
path: root/config/shepherd
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-11-14 22:59:02 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-11-15 09:53:04 +0100
commitf54bde6c34139c26408fdde524b03fa1d228672f (patch)
treeb7fa78e1978b3d133f9ac741bf0a3e3d3cd185e5 /config/shepherd
parentb0760099c44299e360956f0cdac1a23650b4794d (diff)
downloaddotfiles-f54bde6c34139c26408fdde524b03fa1d228672f.tar.gz
dotfiles-f54bde6c34139c26408fdde524b03fa1d228672f.tar.bz2
dotfiles-f54bde6c34139c26408fdde524b03fa1d228672f.zip
Incorporate my cardano-tx repo
Diffstat (limited to 'config/shepherd')
-rw-r--r--config/shepherd/init.d/cardano.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/shepherd/init.d/cardano.scm b/config/shepherd/init.d/cardano.scm
index ceefed7..f1980e0 100644
--- a/config/shepherd/init.d/cardano.scm
+++ b/config/shepherd/init.d/cardano.scm
@@ -110,8 +110,8 @@
"-o" "ServerAliveInterval=60"
"-o" "ExitOnForwardFailure=yes"
"-o" "StreamLocalBindUnlink=yes"
- "-L" "/tmp/alinatn.socket:/run/cardano-node-testnet/socket"
- "cardano@alina")
+ "-L" "/tmp/sarahtn.socket:/run/cardano-node-testnet/socket"
+ "cardano@sarah")
#:log-file "/tmp/testnet-ssh.log")
#:stop (make-kill-destructor 2) ;; 2 is SIGINT - interupt process stream, ctrl-C
#:respawn? #t))