Created
March 24, 2023 06:21
-
-
Save mosquida/ae83a9ca20b207b9e2496b321c6820c4 to your computer and use it in GitHub Desktop.
ipfs.service daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=ipfs daemon | |
| [Service] | |
| ExecStart=/usr/local/bin/ipfs daemon --enable-gc | |
| Restart=always | |
| User=ubuntu | |
| Group=ubuntu | |
| Environment="IPFS_PATH=/home/ubuntu/ipfs/data" | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment