use badgerds experimental datastore

This commit is contained in:
Jeffrey Paul 2018-10-01 15:49:56 -07:00
parent 4ec63ac2ef
commit 3ed5758e8f
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export IPFS_PATH=/var/lib/ipfs
if [[ ! -d $IPFS_PATH ]]; then
mkdir -p $IPFS_PATH
chown ipfs:ipfs $IPFS_PATH
chpst -u ipfs $IPFS init
chpst -u ipfs $IPFS init --profile=badgerds
fi
exec chpst -u ipfs $IPFS daemon