From 85bd70f3821e55b99efddfa8d64ef48fbfa195ca Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 11 Jun 2019 01:12:28 +0300 Subject: [PATCH] etc/systemd/system/ipfs: important notice for VPS/dedi/etc. --- etc/systemd/system/ipfs.service | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/systemd/system/ipfs.service b/etc/systemd/system/ipfs.service index 19086886..9ebeb495 100644 --- a/etc/systemd/system/ipfs.service +++ b/etc/systemd/system/ipfs.service @@ -2,8 +2,16 @@ Description=IPFS daemon After=network.target +# IMPORTANT! If you are running on a VPS/dedicated/similar +# `ipfs init --profile=server` or immediately after setting it up +# `ipfs profile apply server`. +# I would probably recommend `ipfs init --profile=badgerds && ipfs profile apply server` +# REF: https://github.com/ipfs/go-ipfs/issues/4343 "Running IPFS on VPS +# providers triggers netscan detection, risking account termination" + [Service] ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dhtclient --enable-gc --enable-namesys-pubsub + # My attempts at explaining flags above + --mount for fuse # --mount - fuse for /ipfs and /ipns, see # https://github.com/ipfs/go-ipfs/blob/master/docs/fuse.md as it requires