aboutsummaryrefslogtreecommitdiff
path: root/run_ipfs.sh
diff options
context:
space:
mode:
authorEfraim Flashner2020-03-01 04:10:04 -0600
committerEfraim Flashner2020-03-01 04:10:04 -0600
commitf843d9c7bb5c3e3e1a6d678b67943231e97a0762 (patch)
treef487c39165d70f1139d48c0bdcbbb9424aaeb3ce /run_ipfs.sh
downloadgn-shepherd-services-f843d9c7bb5c3e3e1a6d678b67943231e97a0762.tar.gz
initial commit
Diffstat (limited to 'run_ipfs.sh')
-rwxr-xr-xrun_ipfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_ipfs.sh b/run_ipfs.sh
new file mode 100755
index 0000000..c8f5d56
--- /dev/null
+++ b/run_ipfs.sh
@@ -0,0 +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'