etc/systemd/system/ipfs: important notice for VPS/dedi/etc.

This commit is contained in:
Aminda Suomalainen 2019-06-11 01:12:28 +03:00
parent 4630927800
commit 85bd70f382
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 8 additions and 0 deletions

View File

@ -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