Move the ipfs cookbook to its own GitHub repository

This commit is contained in:
Greg Karékinian
2018-08-13 12:05:50 +02:00
parent de32a7c595
commit 741c4a5192
44 changed files with 610 additions and 465 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Start ipfs
[Service]
ExecStart=/usr/local/bin/ipfs daemon
User=ipfs
Group=ipfs
Restart=always
[Install]
WantedBy=multi-user.target