mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-03 00:04:03 +01:00
ipfs.service: comment Mullvad, point to linuxbrew, rm badger
This commit is contained in:
parent
c5d7ccaca2
commit
429e73f4fc
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=IPFS daemon
|
||||
After=network.target mullvad-connect.service
|
||||
After=network.target
|
||||
#After=mullvad-connect.service
|
||||
#Requires=mullvad-connect.service
|
||||
#Requires=nordvpnd.service
|
||||
|
||||
@ -13,7 +14,7 @@ After=network.target mullvad-connect.service
|
||||
# providers triggers netscan detection, risking account termination"
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-namesys-pubsub
|
||||
ExecStart=/home/linuxbrew/.linuxbrew/bin/ipfs daemon --routing=dht --enable-gc --enable-namesys-pubsub
|
||||
|
||||
# My attempts at explaining flags above + --mount for fuse
|
||||
# --mount - fuse for /ipfs and /ipns, see
|
||||
@ -52,8 +53,6 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-na
|
||||
# dht everywhere if that isn't a problem. dht also breaks
|
||||
# LowWater/HighWater limits.
|
||||
#
|
||||
# I am using badger datastore.
|
||||
#
|
||||
# Extra: to disable IPv4 connections:
|
||||
# ipfs swarm filters add /ip4/0.0.0.0/ipcidr/0
|
||||
# However I think this may do more harm than good, especially if the
|
||||
|
Loading…
Reference in New Issue
Block a user