diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-05-24 10:17:15 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-05-24 10:25:26 +0200 |
commit | ea2f9300275eb58234d5cb75675d950be0e8631f (patch) | |
tree | 339439e6a25a916ace92d39248099cfa93e02f3d /config/shepherd | |
parent | 1e37224dbece58bfc2bbc2ff5f934759c0d0be2e (diff) | |
download | dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.gz dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.bz2 dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.zip |
configs
Diffstat (limited to 'config/shepherd')
-rw-r--r-- | config/shepherd/init.d/cardano.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/shepherd/init.d/cardano.scm b/config/shepherd/init.d/cardano.scm index dbe40d7..bc89c84 100644 --- a/config/shepherd/init.d/cardano.scm +++ b/config/shepherd/init.d/cardano.scm @@ -49,7 +49,6 @@ (list ;;(string-append (getenv "HOME") "/.cabal/bin/cardano-wallet") "cardano-wallet" "serve" - "+RTS" "-T" "-RTS" "--node-socket" "/run/cardano-node-mainnet/socket" "--database" (string-append (getenv "HOME") "/test-cardano/main/wallet") "--mainnet") |