From 429e73f4fc05378926ffd7d1752b45ebbcff1158 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Feb 2025 11:08:57 +0200 Subject: [PATCH] ipfs.service: comment Mullvad, point to linuxbrew, rm badger --- etc/systemd/user/ipfs.service | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/etc/systemd/user/ipfs.service b/etc/systemd/user/ipfs.service index b2e5d355..fa6d47d8 100644 --- a/etc/systemd/user/ipfs.service +++ b/etc/systemd/user/ipfs.service @@ -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