You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
380 B
INI
20 lines
380 B
INI
[Unit]
|
|
Description=InterPlanetary File System (IPFS) daemon
|
|
Documentation=https://docs.ipfs.io/
|
|
After=network.target
|
|
|
|
[Service]
|
|
MemorySwapMax=0
|
|
TimeoutStartSec=infinity
|
|
Type=notify
|
|
User=ipfs
|
|
Group=ipfs
|
|
StateDirectory=ipfs
|
|
Environment=IPFS_PATH=/opt/ipfs
|
|
ExecStart=/usr/local/bin/ipfs daemon --init --migrate
|
|
Restart=on-failure
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=default.target
|