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

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

[Install]
WantedBy=multi-user.target