summaryrefslogtreecommitdiff
path: root/net-p2p/go-ipfs-bin/files/ipfs.service
blob: 189ace2fd762a581143826b9d6a6ce28d277b2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=InterPlanetary File System
After=network.target

[Service]
ExecStart=/usr/bin/ipfs daemon --enable-gc --migrate
ExecStop=/usr/bin/ipfs shutdown
Group=%i
Restart=always
Type=simple
User=%i

[Install]
WantedBy=multi-user.target