diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-08 14:44:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-08 14:44:00 +0700 |
commit | aedbb83deccdbb724bbf1f6073e42fb9f060ed0c (patch) | |
tree | eeb9badf22598b1b18abd3e8d6f459419c502ab1 /debian | |
parent | f31eea778e3c73149a21254613af912a6788ee11 (diff) | |
download | dotfiles-aedbb83deccdbb724bbf1f6073e42fb9f060ed0c.tar.gz |
Enable IPFS FUSE
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.config/systemd/user/ipfs.service | 2 |
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] |