Skip to content

Instantly share code, notes, and snippets.

@chpio
chpio / systemd_ipfs.md
Created November 7, 2016 00:03
Systemd + ipfs

/etc/systemd/system/ipfs.service

[Unit]
Description=IPFS daemon
After=network.target

[Service]
User=ipfs
Environment="IPFS_PATH=/data/ipfs"
ExecStart=/usr/bin/ipfs daemon