From aedbb83deccdbb724bbf1f6073e42fb9f060ed0c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 8 Apr 2021 14:44:00 +0700 Subject: Enable IPFS FUSE --- debian/.config/systemd/user/ipfs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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] -- cgit 1.4.1