mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
19 lines
318 B
Desktop File
19 lines
318 B
Desktop File
[Unit]
|
|
Description=IPFS Cluster
|
|
After=ipfs.service
|
|
|
|
[Service]
|
|
CPUSchedulingPolicy=batch
|
|
Environment=IPFS_PATH=/var/lib/ipfs/.ipfs
|
|
ExecStart=/usr/bin/ipfs-cluster-service daemon
|
|
Group=ipfs
|
|
LimitNOFILE=8192
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
Restart=on-failure
|
|
Type=simple
|
|
User=ipfs
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|