summarylogtreecommitdiffstats
path: root/ipfs.service
blob: 5859fd6c7059576582b936450a9e96050ca551ee (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=IPFS daemon
After=network.target

[Service]
User=ipfs
Environment="IPFS_PATH=/opt/ipfs-repo"
ExecStart=/usr/bin/ipfs daemon

[Install]
WantedBy=multi-user.target