diff options
author | Efraim Flashner | 2021-11-02 09:45:14 +0000 |
---|---|---|
committer | Shepherd | 2021-11-02 09:45:14 +0000 |
commit | 1566d9cdc9902bf573cea42b3ac8558c37f2c841 (patch) | |
tree | 2c8f7c1ddfa32e0c964677e9441c18f653bf13a1 | |
parent | b3c96077c2ae3ebda05eb53d81fa6e377a55132d (diff) | |
download | gn-shepherd-services-1566d9cdc9902bf573cea42b3ac8558c37f2c841.tar.gz |
ipfs: update service.
-rwxr-xr-x | run_ipfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_ipfs.sh b/run_ipfs.sh index 0fae477..9c58585 100755 --- a/run_ipfs.sh +++ b/run_ipfs.sh @@ -1,2 +1,2 @@ #!/bin/sh -/bin/su -l ipfs -c 'IPFS_PATH=/export/ipfs $(/home/shepherd/guix-profiles/ipfs/bin/guix build go-ipfs)/bin/ipfs daemon' +/bin/su -l ipfs -c 'IPFS_PATH=/export/ipfs $(/home/shepherd/guix-profiles/ipfs/bin/guix build go-ipfs)/bin/ipfs daemon --enable-gc' |