diff options
author | Efraim Flashner | 2021-04-18 12:11:35 +0000 |
---|---|---|
committer | Shepherd | 2021-04-18 12:11:35 +0000 |
commit | 2474df352b0de12dc18ba46f00c5ceddd0f29863 (patch) | |
tree | f47c9d63ba55e8046f77e0fe1461395e10d98d59 | |
parent | 3329b2a1ac62106ac68360806958655a3656a437 (diff) | |
download | gn-shepherd-services-2474df352b0de12dc18ba46f00c5ceddd0f29863.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 c8f5d56..0fae477 100755 --- a/run_ipfs.sh +++ b/run_ipfs.sh @@ -1,2 +1,2 @@ #!/bin/sh -/bin/su -l ipfs -c 'IPFS_PATH=/export/ipfs $(/var/guix/profiles/per-user/shepherd/current-guix/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' |