diff options
-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] |