19 lines
340 B
SYSTEMD
19 lines
340 B
SYSTEMD
|
[Unit]
|
||
|
Description=InterPlanetary File System
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
CPUSchedulingPolicy=batch
|
||
|
Environment=IPFS_PATH=
|
||
|
ExecStart=/usr/bin/ipfs daemon --enable-gc --migrate
|
||
|
ExecStop=/usr/bin/ipfs shutdown
|
||
|
LimitNOFILE=8192
|
||
|
PrivateTmp=yes
|
||
|
ProtectSystem=full
|
||
|
Restart=on-failure
|
||
|
Type=simple
|
||
|
User=%i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|