about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-08 14:44:00 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-08 14:44:00 +0700
commitaedbb83deccdbb724bbf1f6073e42fb9f060ed0c (patch)
treeeeb9badf22598b1b18abd3e8d6f459419c502ab1
parentf31eea778e3c73149a21254613af912a6788ee11 (diff)
downloaddotfiles-aedbb83deccdbb724bbf1f6073e42fb9f060ed0c.tar.gz
Enable IPFS FUSE
-rw-r--r--debian/.config/systemd/user/ipfs.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.config/systemd/user/ipfs.service b/debian/.config/systemd/user/ipfs.service
index 26edbb2..5d67f7e 100644
--- a/debian/.config/systemd/user/ipfs.service
+++ b/debian/.config/systemd/user/ipfs.service
@@ -3,7 +3,7 @@ Description=IPFS daemon
 After=network.target
 
 [Service]
-ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon
+ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon --mount
 Restart=on-failure
 
 [Install]