Update the ipfs cookbook to the latest version

This commit is contained in:
Greg Karékinian
2018-12-11 10:46:21 +01:00
parent 32b89422e7
commit 74a1f1b8a1
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
Description=Start ipfs
[Service]
ExecStart=/usr/local/bin/ipfs daemon
ExecStart=/usr/local/bin/ipfs daemon --migrate
User=ipfs
Group=ipfs
Restart=always